[COMMITTERS] pgsql: Fix potential data corruption during freeze - Mailing list pgsql-committers

From Teodor Sigaev
Subject [COMMITTERS] pgsql: Fix potential data corruption during freeze
Date
Msg-id E1dT7e9-0005nM-TU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b90e4ca3edfd60309e4bc4fcb96e658826a7e20d

Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Fix potential data corruption during freeze
Next
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Fix potential data corruption during freeze