Fix potential data corruption during freeze

Teodor Sigaev <teodor@sigaev.ru>

Commit: b90e4ca3edfd60309e4bc4fcb96e658826a7e20d
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2017-07-06T14:20:37Z
Releases: 9.4.13
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

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +1 −1