Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 57b9bdd

Browse files
committed
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.
1 parent f34c68f commit 57b9bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/postmaster/postmaster.c

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
#include "storage/ipc.h"
113113
#include "storage/pg_shmem.h"
114114
#include "storage/pmsignal.h"
115+
#include "storage/proc.h"
115116
#include "tcop/tcopprot.h"
116117
#include "utils/builtins.h"
117118
#include "utils/datetime.h"

0 commit comments

Comments
 (0)