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