forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54a4f52
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.com1 parente65497d commit54a4f52
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
758 | 758 |
| |
759 | 759 |
| |
760 | 760 |
| |
761 |
| - | |
| 761 | + | |
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
|
0 commit comments
Comments
(0)