]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitda782bc9341ca3ebeab1ec214f2610c4778234c2
tree84a068794fa22a6f5d7bf92a48aaf9bca3a780bb
parent16d0da5c8dda7340d6b1e724ad183313e6a254f2
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