From: Fujii Masao Date: Mon, 13 Feb 2017 17:30:46 +0000 (+0900) Subject: Replace references to "xlog" with "wal" in docs. X-Git-Tag: REL_10_BETA1~907 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f10637ebe02074e264b17606c00bc09da986c60d;p=postgresql Replace references to "xlog" with "wal" in docs. Commit f82ec32ac30ae7e3ec7c84067192535b2ff8ec0e renamed the pg_xlog directory to pg_wal. To make things consistent, we decided to eliminate "xlog" from user-visible docs. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 9ef7b4a025..387ba53ef0 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -4572,7 +4572,7 @@ SELECT * FROM pg_attribute The pg_lsn data type can be used to store LSN (Log Sequence - Number) data which is a pointer to a location in the XLOG. This type is a + Number) data which is a pointer to a location in the WAL. This type is a representation of XLogRecPtr and an internal system type of PostgreSQL. diff --git a/doc/src/sgml/pgstandby.sgml b/doc/src/sgml/pgstandby.sgml index 80c6f60062..bf4edea9f1 100644 --- a/doc/src/sgml/pgstandby.sgml +++ b/doc/src/sgml/pgstandby.sgml @@ -22,7 +22,7 @@ option archivelocation nextwalfile - xlogfilepath + walfilepath restartwalfile diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 05a0d6e846..589b881ef2 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are: - Current xlog flush location. Useful to get a known location in the + Current WAL flush location. Useful to get a known location in the transaction log where streaming can start. diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 5c52824dfc..127b759c14 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -810,7 +810,7 @@ data. Empty in ordinary tables. pd_lsn PageXLogRecPtr 8 bytes - LSN: next byte after last byte of xlog record for last change + LSN: next byte after last byte of WAL record for last change to this page