Pass shared memory address on command line to exec'ed backend.
Bruce Momjian <bruce@momjian.us>
Pass shared memory address on command line to exec'ed backend. Allow backends to attached to specified shared memory address.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +6 −3 |
| src/backend/port/sysv_shmem.c | modified | +55 −34 |
| src/backend/postmaster/postmaster.c | modified | +7 −5 |
| src/backend/tcop/postgres.c | modified | +8 −4 |
| src/include/storage/pg_shmem.h | modified | +2 −1 |