]> granicus.if.org Git - postgresql/commit
Fix potential data corruption during freeze
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 6 Jul 2017 14:19:44 +0000 (17:19 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 6 Jul 2017 14:19:44 +0000 (17:19 +0300)
commit42f62e4c976e1cf90f5e5a6381c4ee656260f230
tree1078a1142488e44478e5f0d6aabeb700b001074a
parentf73382877e3ec2ff4b3fcedfd2566ccd90ef3e1c
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