aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:07:44 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:07:44 +0000
commitf8409b39d1dae28f063b378b9edee1a657845503 (patch)
tree1a74543e730865be28c65edd2c49760269d02502 /src/backend/utils/init/postinit.c
parentc2891b46a4b04b80e1fe28ad0bfd75b40e97ea3e (diff)
downloadpostgresql-f8409b39d1dae28f063b378b9edee1a657845503.tar.gz
postgresql-f8409b39d1dae28f063b378b9edee1a657845503.zip
Fix timing of Startup CLOG and MultiXact during Hot Standby
Patch by me, bug report by Chris Redekop, analysis by Florian Pflug
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index 94f92dd7343..0fda55af0fc 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -36,6 +36,7 @@
#include "pgstat.h"
#include "postmaster/autovacuum.h"
#include "postmaster/postmaster.h"
+#include "postmaster/startup.h"
#include "replication/walsender.h"
#include "storage/bufmgr.h"
#include "storage/fd.h"