Clean up order in miscinit.c a bit
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/init/miscinit.c | modified | +113 −107 |
| src/include/miscadmin.h | modified | +5 −7 |