Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
authorAmit Kapila <akapila@postgresql.org>
Wed, 8 Dec 2021 09:48:56 +0000 (15:18 +0530)
committerAmit Kapila <akapila@postgresql.org>
Wed, 8 Dec 2021 09:48:56 +0000 (15:18 +0530)
commite464cb7af317e216fef9bfe19a7c4df542817012
treeeab93b4df6802efdb861af81c22ab6c275d1c2c9
parent254c63e9eda0b006fb61b9dc23970a6381efd061
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
src/backend/replication/logical/decode.c