]> granicus.if.org Git - postgresql/commitdiff
Put back storage/proc.h in postmaster.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2012 14:14:06 +0000 (10:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2012 14:14:06 +0000 (10:14 -0400)
I took this out thinking it wasn't needed anymore, but the EXEC_BACKEND
code still needs it.  Per buildfarm.

src/backend/postmaster/postmaster.c

index 0be3230c2a5cbf5b697c4ebf6ff98578805e140d..bbf725dfbc5aa58a5b43f15998e2c0424906ecfb 100644 (file)
 #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"