summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorSimon Riggs2011-11-02 14:25:01 +0000
committerSimon Riggs2011-11-02 14:25:01 +0000
commit9aceb6ab3c202a5bf00d5f00436bb6ad285fc0bf (patch)
treea4ec05fb44b3356827a4cb6fd7649126fb1614f7 /src/backend/bootstrap
parent86e33648992cfc104836ab1fbb6e654308beb4a5 (diff)
Refactor xlog.c to create src/backend/postmaster/startup.c
Startup process now has its own dedicated file, just like all other special/background processes. Reduces role and size of xlog.c
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/bootstrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c
index f9b839c3da7..6bf2421f65f 100644
--- a/src/backend/bootstrap/bootstrap.c
+++ b/src/backend/bootstrap/bootstrap.c
@@ -29,6 +29,7 @@
#include "miscadmin.h"
#include "nodes/makefuncs.h"
#include "postmaster/bgwriter.h"
+#include "postmaster/startup.h"
#include "postmaster/walwriter.h"
#include "replication/walreceiver.h"
#include "storage/bufmgr.h"