pgsql: Fix incorrect comment about nbtree WAL record.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Fix incorrect comment about nbtree WAL record.
Дата
Msg-id E1poSC4-003YrP-Uu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect comment about nbtree WAL record.

The nbtree VACUUM WAL record stores its page offset number payload in
blk 0 (just like the closely related nbtree DELETE WAL record).  Commit
ebd551f5 fixed a similar issue with the DELETE WAL record, but missed
this one.

Branch
------
master

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

Modified Files
--------------
src/include/access/nbtxlog.h | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further cleanup of autoconf output files for GSSAPI changes.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid trying to write an empty WAL record in log_newpage_range()