Fix origin timestamp during decoding of ROLLBACK PREPARED operation.

Amit Kapila <akapila@postgresql.org>

Commit: e464cb7af317e216fef9bfe19a7c4df542817012
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-12-08T09:48:56Z
Releases: 15.0
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