Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf10637e

Browse files
committed
Replace references to "xlog" with "wal" in docs.
Commitf82ec32 renamed the pg_xlogdirectory to pg_wal. To make things consistent, we decided to eliminate"xlog" from user-visible docs.
1 parent7ada2d3 commitf10637e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 theXLOG. This type is a
4575+
Number) data which is a pointer to a location in theWAL. This type is a
45764576
representation of <type>XLogRecPtr</type> and an internal system type of
45774577
<productname>PostgreSQL</productname>.
45784578
</para>

‎doc/src/sgml/pgstandby.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

‎doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are:
13711371
</term>
13721372
<listitem>
13731373
<para>
1374-
Currentxlog flush location. Useful to get a known location in the
1374+
CurrentWAL flush location. Useful to get a known location in the
13751375
transaction log where streaming can start.
13761376
</para>
13771377
</listitem>

‎doc/src/sgml/storage.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ofxlog record for last change
813+
<entry>LSN: next byte after last byte ofWAL record for last change
814814
to this page</entry>
815815
</row>
816816
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp