pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Date
Msg-id E1mhZrk-0000Gg-Fl@gemulon.postgresql.org
Whole thread Raw
List 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/494ec0037e03854cd2c8a3e01c3c207d2886ce01

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add TAP test for pg_receivewal with timeline switch
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid some other O(N^2) hazards in list manipulation.