pg_ctl promote
Robert Haas <rhaas@postgresql.org>
pg_ctl promote Fujii Masao, reviewed by Robert Haas, Stephen Frost, and Magnus Hagander.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/high-availability.sgml | modified | +11 −13 |
| doc/src/sgml/recovery-config.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_ctl-ref.sgml | modified | +13 −0 |
| src/backend/access/transam/xlog.c | modified | +45 −4 |
| src/backend/postmaster/postmaster.c | modified | +8 −0 |
| src/bin/pg_ctl/pg_ctl.c | modified | +72 −2 |
| src/include/access/xlog.h | modified | +1 −0 |