Rename standby_keep_segments to wal_keep_segments.
Robert Haas <rhaas@postgresql.org>
Rename standby_keep_segments to wal_keep_segments. Also, make the name of the GUC and the name of the backing variable match. Alnong the way, clean up a couple of slight typographical errors in the related docs.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +8 −8 |
| doc/src/sgml/high-availability.sgml | modified | +2 −2 |
| src/backend/access/transam/xlog.c | modified | +6 −6 |
| src/backend/utils/misc/guc.c | modified | +3 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |
| src/include/access/xlog.h | modified | +2 −2 |