Обсуждение: pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

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

pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

От
Alvaro Herrera
Дата:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/40c516bba864395c77bcfb1bae65ba9562ba8f71

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