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 3eb98fd commit fdb5b69Copy full SHA for fdb5b69
src/backend/storage/ipc/ipc.c
@@ -13,14 +13,15 @@
13
*
14
15
* IDENTIFICATION
16
- * $PostgreSQL: pgsql/src/backend/storage/ipc/ipc.c,v 1.96 2007/02/21 15:12:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/ipc.c,v 1.97 2007/07/25 19:58:56 tgl Exp $
17
18
*-------------------------------------------------------------------------
19
*/
20
#include "postgres.h"
21
22
#include <signal.h>
23
#include <unistd.h>
24
+#include <sys/stat.h>
25
26
#include "miscadmin.h"
27
#include "storage/ipc.h"
0 commit comments