pgsql: Factor out InitControlFile() from BootStrapXLOG() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Factor out InitControlFile() from BootStrapXLOG()
Date
Msg-id E1j5Tuv-0001Ba-9f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79c2385915dd4aa43127e766c3dce323ec562ba0

Modified Files
--------------
src/backend/access/transam/xlog.c | 70 ++++++++++++++++++++++-----------------
1 file changed, 39 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Assume that we have signed integral types and flexiblearray mem
Next
From: Michael Paquier
Date:
Subject: pgsql: Add prefix checks in exclude lists for pg_rewind, pg_checksums a