Fix the name of the first WAL segment file, in docs.

Fujii Masao <fujii@postgresql.org>

Commit: f22feedc253502771533a48197050e6c5f9f5ab9
Author: Fujii Masao <fujii@postgresql.org>
Date: 2020-03-03T03:23:25Z
Releases: 12.3
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

Files

PathChange+/−
doc/src/sgml/wal.sgml modified +1 −1

Documentation touched

Discussion