2 changed files with 18 additions and 3 deletions
@ -0,0 +1,13 @@
|
||||
Index: pglogical_fe.c
|
||||
--- pglogical_fe.c.orig 2018-03-05 13:51:07.000000000 +0100
|
||||
+++ pglogical_fe.c 2018-03-16 20:43:51.403142000 +0100
|
||||
@@ -10,6 +10,9 @@
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
+
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/wait.h>
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include "pglogical_fe.h"
|
Loading…
Reference in new issue