aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:37:52 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:37:52 +0000
commit2296e62a326dfd16ecae590f2f29773fd4348e7f (patch)
tree7cc4642debc1ae4e294df33f348841612e7d58ba /src/backend/utils/init/postinit.c
parentf8409b39d1dae28f063b378b9edee1a657845503 (diff)
downloadpostgresql-2296e62a326dfd16ecae590f2f29773fd4348e7f.tar.gz
postgresql-2296e62a326dfd16ecae590f2f29773fd4348e7f.zip
Remove spurious entry from missed catch while patch juggling
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index 0fda55af0fc..94f92dd7343 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -36,7 +36,6 @@
#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"