Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Geoghegan2020-11-05 23:01:40 +0000
committerPeter Geoghegan2020-11-05 23:01:40 +0000
commitefc5dcfd8ad4e1df633025d8a91b64cd44d93f42 (patch)
treefac838f9b88f4ae1b6dd3dcf50d91e6509b19551 /src/backend/regex
parent5b7bfc39726ff9f6c52dd73e337c34e74e0d1f39 (diff)
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.
Diffstat (limited to 'src/backend/regex')
0 files changed, 0 insertions, 0 deletions