Put back some more not-so-unused-as-all-that #includes. This un-breaks
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jul 2006 15:47:17 +0000 (15:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jul 2006 15:47:17 +0000 (15:47 +0000)
the EXEC_BACKEND code on my machines, so hopefully it will fix the
Windows buildfarm members.

src/backend/postmaster/postmaster.c
src/backend/storage/ipc/ipci.c

index 0acbb6ca21a1c5a6287617984cee86e60ffab2f1..9ff536270ebd86038adaa7247f042544175c6a0d 100644 (file)
@@ -92,7 +92,9 @@
 #include <DNSServiceDiscovery/DNSServiceDiscovery.h>
 #endif
 
+#include "access/transam.h"
 #include "bootstrap/bootstrap.h"
+#include "catalog/pg_control.h"
 #include "lib/dllist.h"
 #include "libpq/auth.h"
 #include "libpq/ip.h"
 #include "postmaster/syslogger.h"
 #include "storage/fd.h"
 #include "storage/ipc.h"
+#include "storage/pg_shmem.h"
 #include "storage/pmsignal.h"
 #include "storage/proc.h"
 #include "tcop/tcopprot.h"
index 7ab8ff579c8af8a072f72728e1048b3fe1271338..ae5808bddd5feeaa7cb2afe721b016a3599de0f3 100644 (file)
@@ -22,6 +22,7 @@
 #include "miscadmin.h"
 #include "pgstat.h"
 #include "postmaster/bgwriter.h"
+#include "postmaster/postmaster.h"
 #include "storage/freespace.h"
 #include "storage/ipc.h"
 #include "storage/pg_shmem.h"