]> granicus.if.org Git - postgresql/commit
Refactor xlog.c to create src/backend/postmaster/startup.c
authorSimon Riggs <simon@2ndQuadrant.com>
Wed, 2 Nov 2011 14:25:01 +0000 (14:25 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Wed, 2 Nov 2011 14:25:01 +0000 (14:25 +0000)
commit9aceb6ab3c202a5bf00d5f00436bb6ad285fc0bf
treea4ec05fb44b3356827a4cb6fd7649126fb1614f7
parent86e33648992cfc104836ab1fbb6e654308beb4a5
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
src/backend/access/transam/xlog.c
src/backend/bootstrap/bootstrap.c
src/backend/postmaster/Makefile
src/backend/postmaster/startup.c [new file with mode: 0644]
src/backend/replication/walreceiverfuncs.c
src/include/access/xlog.h
src/include/postmaster/startup.h [new file with mode: 0644]