Обсуждение: pgsql: Fix incorrect comment about nbtree WAL record.

Поиск
Список
Период
Сортировка

pgsql: Fix incorrect comment about nbtree WAL record.

От
Peter Geoghegan
Дата:
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(-)