summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorAndres Freund2021-08-05 02:29:45 +0000
committerAndres Freund2021-08-05 19:03:30 +0000
commit5aa4a9d2077fa902b4041245805082fec6be0648 (patch)
treeff04bb68b20c2480ffb55ab49214a830249cb63b /src/backend/tcop/postgres.c
parent50017f77722b8b998ead5ca6fdb0b821fe7a34d2 (diff)
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
There practically was no shared code between the two, once all the ifs are removed. And it was quite confusing that aux processes weren't actually started by the call to AuxiliaryProcessMain() in main(). There's more to do, AuxiliaryProcessMain() should move out of bootstrap.c, and BootstrapModeMain() shouldn't use/be part of AuxProcType. Author: Andres Freund <[email protected]> Reviewed-By: Kyotaro Horiguchi <[email protected]> Reviewed-By: Robert Haas <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions