pgsql: Factor out InitControlFile() from BootStrapXLOG()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Factor out InitControlFile() from BootStrapXLOG()
Date: 2020-02-22 12:29:57
Message-ID: E1j5Tuv-0001Ba-9f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-02-23 21:49:12 Re: pgsql: Add kqueue(2) support to the WaitEventSet API.
Previous Message Peter Geoghegan 2020-02-22 00:04:32 Re: pgsql: Assume that we have signed integral types and flexible array mem