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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix the name of the first WAL segment file, in docs.
Дата
Msg-id E1j8yCG-00053W-UQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d013c0bf9a5f5fe4ce9077a2a83a3807c494bcc6

Modified Files
--------------
doc/src/sgml/wal.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Report progress of streaming base backup.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix the name of the first WAL segment file, in docs.