Standardize "WAL location" terminology
Peter Eisentraut <peter_e@gmx.net>
Standardize "WAL location" terminology Other previously used terms were "WAL position" or "log position".
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +1 −1 |
| doc/src/sgml/datatype.sgml | modified | +1 −1 |
| doc/src/sgml/logicaldecoding.sgml | modified | +1 −1 |
| doc/src/sgml/monitoring.sgml | modified | +11 −11 |
| doc/src/sgml/protocol.sgml | modified | +5 −5 |
| doc/src/sgml/ref/pg_waldump.sgml | modified | +2 −2 |
| doc/src/sgml/wal.sgml | modified | +1 −1 |
| src/backend/access/transam/recovery.conf.sample | modified | +1 −1 |
| src/backend/access/transam/timeline.c | modified | +2 −2 |
| src/backend/access/transam/twophase.c | modified | +1 −1 |
| src/backend/access/transam/xlog.c | modified | +7 −7 |
| src/backend/replication/walreceiver.c | modified | +2 −2 |
| src/backend/replication/walsender.c | modified | +12 −12 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +1 −1 |
| src/bin/pg_basebackup/receivelog.c | modified | +2 −2 |
| src/bin/pg_rewind/parsexlog.c | modified | +1 −1 |
| src/bin/pg_rewind/pg_rewind.c | modified | +3 −3 |
| src/bin/pg_waldump/pg_waldump.c | modified | +7 −7 |
| src/include/access/timeline.h | modified | +1 −1 |