Fix origin timestamp during decoding of ROLLBACK PREPARED operation.

Amit Kapila <akapila@postgresql.org>

Commit: f2e1730ee9bc1a8a3875a69a174cfb365b210821
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-12-08T09:51:12Z
Releases: 14.2
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

Files

PathChange+/−
src/backend/replication/logical/decode.c modified +1 −1

Discussion