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)
commit17227825ca4288c70af45038ac6af26be7fde570
treeed459aa1d8f36adbfd246b3b8220200758b99702
parent77f7909a409eac9ee9a5728a4f80741925580fb6
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