]> granicus.if.org Git - postgresql/commit
Fix potential data corruption during freeze
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 6 Jul 2017 14:20:17 +0000 (17:20 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 6 Jul 2017 14:20:17 +0000 (17:20 +0300)
commitfb2d385e6521c221f2d6681125e6e42ff8b28440
treec39e8c4bf283b82dff103f4ca9e8b7fc34ee66df
parent90630a6ad1878a2e2b8a085970e77181d32d8a08
Fix potential data corruption during freeze

Fix oversight in 3b97e6823b94 bug fix. Bitwise AND is used instead of OR and
it cleans all bits in t_infomask heap tuple field.

Backpatch to 9.3
src/backend/access/heap/heapam.c