Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

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

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