Replace references to "xlog" with "wal" in docs.
authorFujii Masao
Mon, 13 Feb 2017 17:30:46 +0000 (02:30 +0900)
committerFujii Masao
Mon, 13 Feb 2017 17:30:46 +0000 (02:30 +0900)
Commit f82ec32ac30ae7e3ec7c84067192535b2ff8ec0e renamed the pg_xlog
directory to pg_wal. To make things consistent, we decided to eliminate
"xlog" from user-visible docs.

doc/src/sgml/datatype.sgml
doc/src/sgml/pgstandby.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/storage.sgml

index 9ef7b4a0251ef9a342eb6232ebc29a7f1c82527e..387ba53ef091cd8c0e32b14c8350fba3045f92c0 100644 (file)
@@ -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.
    
index 80c6f6006206686de1a17fd18f1bf1399b23450f..bf4edea9f18266cc4704a07db1cf50feda89e7bb 100644 (file)
@@ -22,7 +22,7 @@
    option
    archivelocation
    nextwalfile
-   xlogfilepath
+   walfilepath
    restartwalfile
   
  
index 05a0d6e8461b49365fc9f45bd684fe7990c1aba1..589b881ef2c9bf9273db2758de0e6ed53ab5ba8e 100644 (file)
@@ -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.
       
       
index 5c52824dfc4fee933c4e5621276ac645c6a69afa..127b759c14f03edd0825a7ba07e89014dfa46384 100644 (file)
@@ -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