Thread: pgsql: Fix origin timestamp during decoding of ROLLBACK PREPARED operat

pgsql: Fix origin timestamp during decoding of ROLLBACK PREPARED operat

From
Amit Kapila
Date:
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
------
master

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

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