Thread: pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

From
Alvaro Herrera
Date:
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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/656312c2ac328aa8af20b4c5f0fab1f7f7202b2f

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