Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 40c516bba864395c77bcfb1bae65ba9562ba8f71
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-11-01T16:07:23Z
Releases: 15.0
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>

Files

PathChange+/−
src/backend/replication/logical/decode.c modified +1 −0