Refactor xlog.c to create src/backend/postmaster/startup.c

Simon Riggs <simon@2ndQuadrant.com>

Commit: 9aceb6ab3c202a5bf00d5f00436bb6ad285fc0bf
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2011-11-02T14:25:01Z
Releases: 9.2.0
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