pgsql: Call ReorderBufferProcessXid from sequence_decode

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Call ReorderBufferProcessXid from sequence_decode
Date: 2022-03-07 19:57:39
Message-ID: E1nRJUA-001NMG-VA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d5ed9da41d96988d905b49bebb273a9b2d6e2915

Modified Files
--------------
src/backend/replication/logical/decode.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-08 01:14:14 pgsql: Simplify SRFs using materialize mode in contrib/ modules
Previous Message Peter Eisentraut 2022-03-07 07:31:45 pgsql: Add pg_analyze_and_rewrite_varparams()