pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Дата
Msg-id E1mhZrk-0000Gi-GG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

Failing to do so results in inability of logical decoding to process the
WAL stream.  Handle it by doing nothing.

Backpatch all the way back.

Reported-by: Petr Jelínek <petr.jelinek@enterprisedb.com>

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17227825ca4288c70af45038ac6af26be7fde570

Modified Files
--------------
src/backend/replication/logical/decode.c | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add TAP test for pg_receivewal with timeline switch
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid some other O(N^2) hazards in list manipulation.