Cleanup the bootstrap code a little, and rename "dummy procs" in the code
Alvaro Herrera <alvherre@alvh.no-ip.org>
Cleanup the bootstrap code a little, and rename "dummy procs" in the code comments and variables to "auxiliary proc", per Heikki's request.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootparse.y | modified | +2 −5 |
| src/backend/bootstrap/bootstrap.c | modified | +67 −81 |
| src/backend/main/main.c | modified | +2 −2 |
| src/backend/postmaster/autovacuum.c | modified | +3 −3 |
| src/backend/postmaster/postmaster.c | modified | +22 −22 |
| src/backend/storage/lmgr/proc.c | modified | +41 −41 |
| src/include/bootstrap/bootstrap.h | modified | +9 −6 |
| src/include/storage/proc.h | modified | +4 −4 |
| src/include/tcop/tcopprot.h | modified | +1 −4 |