]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix the name of the first WAL segment file, in docs.
authorFujii Masao <fujii@postgresql.org>
Tue, 3 Mar 2020 03:22:04 +0000 (12:22 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 3 Mar 2020 03:25:48 +0000 (12:25 +0900)
commite8b825bd7617f223a7cc27e60a39d09e133e7279
treea9410fa622b8b495ea12941fc51a431449614284
parent3340034f2c19730c1253dacbb07c3bf4f44f49af
Fix the name of the first WAL segment file, in docs.

Previously the documentation explains that WAL segment files
start at 000000010000000000000000. But the first WAL segment file
that initdb creates is 000000010000000000000001 not
000000010000000000000000. This change was caused by old
commit 8c843fff2d, but the documentation had not been updated
a long time.

Back-patch to all supported branches.

Author: Fujii Masao
Reviewed-by: David Zhang
Discussion: https://postgr.es/m/CAHGQGwHOmGe2OqGOmp8cOfNVDivq7dbV74L5nUGr+3eVd2CU2Q@mail.gmail.com
doc/src/sgml/wal.sgml