Commit f10637eb authored by Fujii Masao's avatar Fujii Masao

Replace references to "xlog" with "wal" in docs.

Commit f82ec32a renamed the pg_xlog
directory to pg_wal. To make things consistent, we decided to eliminate
"xlog" from user-visible docs.
parent 7ada2d31
...@@ -4572,7 +4572,7 @@ SELECT * FROM pg_attribute ...@@ -4572,7 +4572,7 @@ SELECT * FROM pg_attribute
<para> <para>
The <type>pg_lsn</type> data type can be used to store LSN (Log Sequence The <type>pg_lsn</type> 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 <type>XLogRecPtr</type> and an internal system type of representation of <type>XLogRecPtr</type> and an internal system type of
<productname>PostgreSQL</productname>. <productname>PostgreSQL</productname>.
</para> </para>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<arg rep="repeat"><replaceable>option</replaceable></arg> <arg rep="repeat"><replaceable>option</replaceable></arg>
<arg choice="plain"><replaceable>archivelocation</replaceable></arg> <arg choice="plain"><replaceable>archivelocation</replaceable></arg>
<arg choice="plain"><replaceable>nextwalfile</replaceable></arg> <arg choice="plain"><replaceable>nextwalfile</replaceable></arg>
<arg choice="plain"><replaceable>xlogfilepath</replaceable></arg> <arg choice="plain"><replaceable>walfilepath</replaceable></arg>
<arg choice="opt"><replaceable>restartwalfile</replaceable></arg> <arg choice="opt"><replaceable>restartwalfile</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
......
...@@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are: ...@@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are:
</term> </term>
<listitem> <listitem>
<para> <para>
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. transaction log where streaming can start.
</para> </para>
</listitem> </listitem>
......
...@@ -810,7 +810,7 @@ data. Empty in ordinary tables.</entry> ...@@ -810,7 +810,7 @@ data. Empty in ordinary tables.</entry>
<entry>pd_lsn</entry> <entry>pd_lsn</entry>
<entry>PageXLogRecPtr</entry> <entry>PageXLogRecPtr</entry>
<entry>8 bytes</entry> <entry>8 bytes</entry>
<entry>LSN: next byte after last byte of xlog record for last change <entry>LSN: next byte after last byte of WAL record for last change
to this page</entry> to this page</entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment