git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 5b7bfc3) | patch
Fix wal_consistency_checking nbtree bug.
Thu, 5 Nov 2020 23:01:40 +0000 (15:01 -0800)
Thu, 5 Nov 2020 23:01:40 +0000 (15:01 -0800)
commit efc5dcfd8ad4e1df633025d8a91b64cd44d93f42
Fix wal_consistency_checking nbtree bug.

wal_consistency_checking indicated an inconsistency in certain cases
involving nbtree page deletion. The underlying issue is that there was
a minor difference between the page image produced after a REDO routine
ran and the corresponding page image following original execution.

This harmless inconsistency has been around forever. We more or less
expect total consistency among even deleted nbtree pages these days,
though, so this won't do anymore.

To fix, tweak the REDO routine to match original execution.

Oversight in commit f47b5e13.
src/backend/access/nbtree/nbtxlog.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /