git.postgresql.org Git - postgresql.git/commit
2013年12月13日 11:52:47 +0000 (13:52 +0200)
2013年12月13日 12:15:04 +0000 (14:15 +0200)
commit a49633d8dc6c66f6b2e92c8598d3dfa2cc72a259
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.
This is the main PostgreSQL git repository.
RSS
Atom