[COMMITTERS] pgsql: Fix potential data corruption during freeze

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема [COMMITTERS] pgsql: Fix potential data corruption during freeze
Дата
Msg-id E1dT7dq-0005j0-Nz@gemulon.postgresql.org
обсуждение исходный текст
Список 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_5_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: [COMMITTERS] pgsql: Fix potential data corruption during freeze
Следующее
От: Teodor Sigaev
Дата:
Сообщение: [COMMITTERS] pgsql: Fix potential data corruption during freeze