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