pgsql: Fix origin timestamp during decoding of ROLLBACK PREPARED operat

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix origin timestamp during decoding of ROLLBACK PREPARED operat
Date: 2021-12-08 10:01:12
Message-ID: E1mutlA-0004OJ-H8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix origin timestamp during decoding of ROLLBACK PREPARED operation.

This happens because we were passing incorrect arguments to
ReorderBufferFinishPrepared().

Author: Masahiko Sawada
Reviewed-by: Vignesh C
Backpatch-through: 14
Discussion: https://postgr.es/m/CAD21AoBqhUqgDZUhUVnnwKRubPDNJ6m6fJDPgok3E5cWJLL+pA@mail.gmail.com

Branch
------
REL_14_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-12-08 10:27:56 pgsql: Allow specifying column list for foreign key ON DELETE SET actio
Previous Message Peter Eisentraut 2021-12-08 08:49:27 pgsql: pgrowlocks: Fix incorrect format placeholders