pgsql: process startup: Do InitProcess() at the same time regardless of - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: process startup: Do InitProcess() at the same time regardless of
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.

An upcoming patch splits single user mode into its own function. This makes
that easier. Split out for easier review / testing.

Reviewed-By: Kyotaro Horiguchi <[email protected]>
Author: Andres Freund <[email protected]>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d7c752a2f092b9f6581497009eacd10cab90548

Modified Files
--------------
src/backend/postmaster/postmaster.c |  9 +++++++++
src/backend/tcop/postgres.c         | 17 +++++------------
2 files changed, 14 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix performance regression from session statistics.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Message style improvements