diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 13:52:47 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 14:15:04 +0200 |
commit | a49633d8dc6c66f6b2e92c8598d3dfa2cc72a259 (patch) | |
tree | 8495d6722e5c384d4fb128ef9ef3ce1d5c286f68 /src/backend/regex/regexport.c | |
parent | 46328916eefc5f9eaf249518e96f68afcd35923b (diff) | |
download | postgresql-a49633d8dc6c66f6b2e92c8598d3dfa2cc72a259.tar.gz postgresql-a49633d8dc6c66f6b2e92c8598d3dfa2cc72a259.zip |
Fix WAL-logging of setting the visibility map bit.
The operation that removes the remaining dead tuples from the page must
be WAL-logged before the setting of the VM bit. Otherwise, if you replay
the WAL to between those two records, you end up with the VM bit set, but
the dead tuples are still there.
Backpatch to 9.3, where this bug was introduced.
Diffstat (limited to 'src/backend/regex/regexport.c')
0 files changed, 0 insertions, 0 deletions