8000
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 c36418b commit 3ff58b4Copy full SHA for 3ff58b4
src/backend/storage/ipc/pmsignal.c
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.22 2006/07/14 14:52:22 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.23 2006/07/16 01:05:23 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -18,6 +18,7 @@
18
#include <unistd.h>
19
20
#include "miscadmin.h"
21
+#include "postmaster/postmaster.h"
22
#include "storage/pmsignal.h"
23
#include "storage/shmem.h"
24
0 commit comments