]> 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)
commit656312c2ac328aa8af20b4c5f0fab1f7f7202b2f
treeaa7c7c7eee7b60e74eab8d30a0eefb9b5ecf11be
parentd87d5f8d8d3ae35c15c44ddb26bbc2b916f2bc12
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