postgresql/src/bin/pg_basebackup
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location".
Per discussion, "location" is a rather vague term that could refer to
multiple concepts.  "LSN" is an unambiguous term for WAL locations and
should be preferred.  Some function names, view column names, and function
output argument names used "lsn" already, but others used "location",
as well as yet other terms such as "wal_position".  Since we've already
renamed a lot of things in this area from "xlog" to "wal" for v10,
we may as well incur a bit more compatibility pain and make these names
all consistent.

David Rowley, minor additional docs hacking by me

Discussion: https://postgr.es/m/CAKJS1f8O0njDKe8ePFQ-LK5-EjwThsDws6ohJ-+c6nWK+oUxtg@mail.gmail.com
2017-05-11 11:49:59 -04:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
t Rename WAL-related functions and views to use "lsn" not "location". 2017-05-11 11:49:59 -04:00
.gitignore Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
nls.mk Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
pg_basebackup.c Avoid slow shutdown of pg_basebackup. 2017-04-27 18:27:02 -04:00
pg_receivewal.c Avoid slow shutdown of pg_basebackup. 2017-04-27 18:27:02 -04:00
pg_recvlogical.c Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
receivelog.c Avoid slow shutdown of pg_basebackup. 2017-04-27 18:27:02 -04:00
receivelog.h Avoid slow shutdown of pg_basebackup. 2017-04-27 18:27:02 -04:00
streamutil.c Update obsolete comment 2017-03-19 17:07:27 +01:00
streamutil.h Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
walmethods.c Fix reversed check of return value from sync 2017-04-12 13:46:38 +02:00
walmethods.h Fix reversed check of return value from sync 2017-04-12 13:46:38 +02:00