Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp

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

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