Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs <simon@2ndQuadrant.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +6 −194 |
| src/backend/bootstrap/bootstrap.c | modified | +1 −0 |
| src/backend/postmaster/Makefile | modified | +1 −1 |
| src/backend/postmaster/startup.c | added | +259 −0 |
| src/backend/replication/walreceiverfuncs.c | modified | +2 −0 |
| src/include/access/xlog.h | modified | +0 −2 |
| src/include/postmaster/startup.h | added | +22 −0 |