process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.
authorAndres Freund <[email protected]>
Thu, 16 Sep 2021 10:23:05 +0000 (03:23 -0700)
committerAndres Freund <[email protected]>
Thu, 16 Sep 2021 10:23:05 +0000 (03:23 -0700)
commit3d7c752a2f092b9f6581497009eacd10cab90548
tree225323cdb2a554ed2c5ac14fee70b9fcc0e24663
parent37a9aa659111c454386b7055dcd3809e45bc17de
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/20210802164124[email protected]
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c