summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2012-07-17 14:14:06 +0000
committerTom Lane2012-07-17 14:14:06 +0000
commit57b9bdda39e05d127f6930045d289ffc9935c971 (patch)
treeb92a6c1a7d8959023115e616a0b50ad4b2e860b2
parentf34c68f09671c4566854c7e20e9253d4f335c0b0 (diff)
Put back storage/proc.h in postmaster.c.
I took this out thinking it wasn't needed anymore, but the EXEC_BACKEND code still needs it. Per buildfarm.
-rw-r--r--src/backend/postmaster/postmaster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 0be3230c2a5..bbf725dfbc5 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -112,6 +112,7 @@
#include "storage/ipc.h"
#include "storage/pg_shmem.h"
#include "storage/pmsignal.h"
+#include "storage/proc.h"
#include "tcop/tcopprot.h"
#include "utils/builtins.h"
#include "utils/datetime.h"