Clean up order in miscinit.c a bit
authorPeter Eisentraut <[email protected]>
Wed, 11 Mar 2020 12:51:55 +0000 (13:51 +0100)
committerPeter Eisentraut <[email protected]>
Wed, 11 Mar 2020 12:51:55 +0000 (13:51 +0100)
commit1c918381814ca6ff976aab2bf130b0c582ca30e4
tree6129162bd282ccead8f4aabc3740d90ebcb59a05
parentaaa3aeddee51dd0058d38469907865052706a590
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.
src/backend/utils/init/miscinit.c
src/include/miscadmin.h