aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSort.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-12-13 13:52:47 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-12-13 14:15:04 +0200
commita49633d8dc6c66f6b2e92c8598d3dfa2cc72a259 (patch)
tree8495d6722e5c384d4fb128ef9ef3ce1d5c286f68 /src/backend/executor/nodeSort.c
parent46328916eefc5f9eaf249518e96f68afcd35923b (diff)
downloadpostgresql-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/executor/nodeSort.c')
0 files changed, 0 insertions, 0 deletions