Fix potential data corruption during freeze
authorTeodor Sigaev
Thu, 6 Jul 2017 14:20:56 +0000 (17:20 +0300)
committerTeodor Sigaev
Thu, 6 Jul 2017 14:20:56 +0000 (17:20 +0300)
commitf371cc9e9fffc79ab68185e07013d50147ed2bc9
tree66cbce61e67955fb392ff6435bf05821c6f46ed7
parent543e00bc1f06247850d85b7382dc3e3db72ae833
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