aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/timeout.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:23:02 +0200
commit615299cf63a730f9e170532c4782cd5a4a06a7ac (patch)
tree7ce98c8f9a01d2c59d78579834d60b5570a5d980 /src/backend/utils/misc/timeout.c
parentb57947aa9cacaac58b4baa7b30306ccf803d6c88 (diff)
downloadpostgresql-615299cf63a730f9e170532c4782cd5a4a06a7ac.tar.gz
postgresql-615299cf63a730f9e170532c4782cd5a4a06a7ac.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/utils/misc/timeout.c')
0 files changed, 0 insertions, 0 deletions