diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-02 08:37:52 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-02 08:37:52 +0000 |
commit | 2296e62a326dfd16ecae590f2f29773fd4348e7f (patch) | |
tree | 7cc4642debc1ae4e294df33f348841612e7d58ba /src/backend/utils/init/postinit.c | |
parent | f8409b39d1dae28f063b378b9edee1a657845503 (diff) | |
download | postgresql-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.c | 1 |
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" |