Обсуждение: pgsql: Factor out InitControlFile() from BootStrapXLOG()

Поиск
Список
Период
Сортировка

pgsql: Factor out InitControlFile() from BootStrapXLOG()

От
Peter Eisentraut
Дата:
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(-)