projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34c68f
)
Put back storage/proc.h in postmaster.c.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 17 Jul 2012 14:14:06 +0000
(10:14 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 0be3230c2a5cbf5b697c4ebf6ff98578805e140d..bbf725dfbc5aa58a5b43f15998e2c0424906ecfb 100644
(file)
--- 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"