Factor out InitControlFile() from BootStrapXLOG()
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 17 Feb 2020 16:58:02 +0000 (17:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 22 Feb 2020 11:09:27 +0000 (12:09 +0100)
commit79c2385915dd4aa43127e766c3dce323ec562ba0
tree2abf3af069317ccd3199a67da21f4fbd9a2aefb6
parent9745f93afc56829f9cf10ca3e43a29f0b4409fe3
Factor out InitControlFile() from BootStrapXLOG()

Right now this only makes BootStrapXLOG() a bit more manageable, but
in the future there may be external callers.

Discussion: https://www.postgresql.org/message-id/e8f86ba5-48f1-a80a-7f1d-b76bcb9c5c47@2ndquadrant.com
src/backend/access/transam/xlog.c