Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Nov 2021 16:07:23 +0000 (13:07 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Nov 2021 16:07:23 +0000 (13:07 -0300)
commit40c516bba864395c77bcfb1bae65ba9562ba8f71
tree4877e3374a65709c0b1bc06a13fa1bd007e4fd58
parent0f9b9938a0367313fcf6a32fcb7fb5be9e281198
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>
src/backend/replication/logical/decode.c