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

Commit54a4f52

Browse files
committed
Fix the name of the first WAL segment file, in docs.
Previously the documentation explains that WAL segment filesstart at 000000010000000000000000. But the first WAL segment filethat initdb creates is 000000010000000000000001 not000000010000000000000000. This change was caused by oldcommit8c843ff, but the documentation had not been updateda long time.Back-patch to all supported branches.Author: Fujii MasaoReviewed-by: David ZhangDiscussion:https://postgr.es/m/CAHGQGwHOmGe2OqGOmp8cOfNVDivq7dbV74L5nUGr+3eVd2CU2Q@mail.gmail.com
1 parente65497d commit54a4f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
are described in <filename>access/xlogrecord.h</filename>; the record
759759
content is dependent on the type of event that is being logged. Segment
760760
files are given ever-increasing numbers as names, starting at
761-
<filename>000000010000000000000000</filename>. The numbers do not wrap,
761+
<filename>000000010000000000000001</filename>. The numbers do not wrap,
762762
but it will take a very, very long time to exhaust the
763763
available stock of numbers.
764764
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp