Tom Lane 5e692dcaca Remove postmaster.c's reset_shared() wrapper function.
reset_shared just invokes CreateSharedMemoryAndSemaphores, so let's
get rid of it and invoke that directly.  This removes a confusing
seeming-inconsistency between the postmaster's startup sequence
and the startup sequence used in standalone mode.

Nathan Bossart, reviewed by Pavel Borisov

Discussion: https://postgr.es/m/20220329221702.GA559657@nathanxps13
2022-07-16 12:26:35 -04:00
..
2022-07-08 14:05:05 +12:00
2022-07-08 14:05:05 +12:00
2022-01-07 19:04:57 -05:00
2022-07-08 14:05:05 +12:00
2022-07-13 09:15:01 +02:00