Fix potential data corruption during freeze
Fix oversight in 3b97e682 bug fix. Bitwise AND is used instead of OR and it cleans all bits in t_infomask heap tuple field. Backpatch to 9.3
Showing
Please register or sign in to comment
Fix oversight in 3b97e682 bug fix. Bitwise AND is used instead of OR and it cleans all bits in t_infomask heap tuple field. Backpatch to 9.3