Call ReorderBufferProcessXid from sequence_decode
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 7 Mar 2022 19:53:16 +0000 (20:53 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 7 Mar 2022 19:53:16 +0000 (20:53 +0100)
commitd5ed9da41d96988d905b49bebb273a9b2d6e2915
treec20f8bdfaba0f53eb6fd41630d001447fc2aff01
parent25751f54b8e02a8fff62e9dbdbc9f2efbb4e8dc1
Call ReorderBufferProcessXid from sequence_decode

Commit 0da92dc530c added sequence_decode() implementing logical decoding
of sequences, but it failed to call ReorderBufferProcessXid() as it
should. So add the missing call.

Reported-by: Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1KGn6cQqJEsubOOENwQOANsExiV2sKL52r4U10J8NJEMQ%40mail.gmail.com
src/backend/replication/logical/decode.c