Continued rearrangement to permit pgstat + BootstrapMain processes to be
Bruce Momjian <bruce@momjian.us>
Continued rearrangement to permit pgstat + BootstrapMain processes to be fork/exec'd, in the same mode as the previous patch for backends. Claudio Natoli
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +18 −24 |
| src/backend/main/main.c | modified | +27 −4 |
| src/backend/postmaster/pgstat.c | modified | +162 −42 |
| src/backend/postmaster/postmaster.c | modified | +91 −66 |
| src/backend/storage/lmgr/proc.c | modified | +20 −19 |
| src/backend/tcop/postgres.c | modified | +3 −3 |
| src/include/pgstat.h | modified | +24 −1 |