diff options
author | Simon Riggs | 2011-11-02 14:25:01 +0000 |
---|---|---|
committer | Simon Riggs | 2011-11-02 14:25:01 +0000 |
commit | 9aceb6ab3c202a5bf00d5f00436bb6ad285fc0bf (patch) | |
tree | a4ec05fb44b3356827a4cb6fd7649126fb1614f7 /src/backend/bootstrap | |
parent | 86e33648992cfc104836ab1fbb6e654308beb4a5 (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.c | 1 |
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" |