Implement WAL log location control using "-X" or PGXLOG.
Thomas G. Lockhart <lockhart@fourpalms.org>
Implement WAL log location control using "-X" or PGXLOG.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +11 −4 |
| src/backend/postmaster/postmaster.c | modified | +8 −2 |
| src/backend/tcop/postgres.c | modified | +12 −3 |
| src/bin/initdb/initdb.sh | modified | +86 −41 |
| src/bin/pg_ctl/pg_ctl.sh | modified | +12 −3 |
| src/include/access/xlog.h | modified | +5 −1 |