pgsql: Clean up order in miscinit.c a bit

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up order in miscinit.c a bit
Date: 2020-03-11 13:00:36
Message-ID: E1jC0yS-0007ia-L4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up order in miscinit.c a bit

The code around InitPostmasterChild() from commit 31c453165b5 somehow
ended up in the middle of a block of code related to "User ID state".
Move it into its own block instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c918381814ca6ff976aab2bf130b0c582ca30e4

Modified Files
--------------
src/backend/utils/init/miscinit.c | 220 ++++++++++++++++++++------------------
src/include/miscadmin.h | 12 +--
2 files changed, 118 insertions(+), 114 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-03-11 14:06:42 pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Previous Message Peter Eisentraut 2020-03-11 10:24:55 pgsql: Remove HAVE_WORKING_LINK