We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af18f6a commit c2c0b31Copy full SHA for c2c0b31
src/port/exec.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.49 2007/01/28 01:12:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.50 2007/01/28 02:33:09 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -22,6 +22,7 @@
22
23
#include <grp.h>
24
#include <pwd.h>
25
+#include <signal.h>
26
#include <sys/stat.h>
27
#include <sys/wait.h>
28
#include <unistd.h>
0 commit comments