Обсуждение: [COMMITTERS] pgsql: Fix potential data corruption during freeze

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Fix potential data corruption during freeze

От
Teodor Sigaev
Дата:
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_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/42f62e4c976e1cf90f5e5a6381c4ee656260f230

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