Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

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

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