File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4572,7 +4572,7 @@ SELECT * FROM pg_attribute
45724572
45734573 <para>
45744574 The <type>pg_lsn</type> data type can be used to store LSN (Log Sequence
4575- Number) data which is a pointer to a location in the XLOG . This type is a
4575+ Number) data which is a pointer to a location in the WAL . This type is a
45764576 representation of <type>XLogRecPtr</type> and an internal system type of
45774577 <productname>PostgreSQL</productname>.
45784578 </para>
Original file line number Diff line number Diff line change 2222 <arg rep="repeat"><replaceable>option</replaceable></arg>
2323 <arg choice="plain"><replaceable>archivelocation</replaceable></arg>
2424 <arg choice="plain"><replaceable>nextwalfile</replaceable></arg>
25- <arg choice="plain"><replaceable>xlogfilepath </replaceable></arg>
25+ <arg choice="plain"><replaceable>walfilepath </replaceable></arg>
2626 <arg choice="opt"><replaceable>restartwalfile</replaceable></arg>
2727 </cmdsynopsis>
2828 </refsynopsisdiv>
Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are:
13711371 </term>
13721372 <listitem>
13731373 <para>
1374- Current xlog flush location. Useful to get a known location in the
1374+ Current WAL flush location. Useful to get a known location in the
13751375 transaction log where streaming can start.
13761376 </para>
13771377 </listitem>
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ data. Empty in ordinary tables.</entry>
810810 <entry>pd_lsn</entry>
811811 <entry>PageXLogRecPtr</entry>
812812 <entry>8 bytes</entry>
813- <entry>LSN: next byte after last byte of xlog record for last change
813+ <entry>LSN: next byte after last byte of WAL record for last change
814814 to this page</entry>
815815 </row>
816816 <row>
You can’t perform that action at this time.
0 commit comments