Fix an oversight in ReorderBufferFinishPrepared.

Amit Kapila <akapila@postgresql.org>

Commit: ade89ba5f408e6034db7cc8a2c9b7858f5a214c4
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-02-23T04:17:41Z
Releases: 14.0
Fix an oversight in ReorderBufferFinishPrepared.

We don't have anything to decode in a transaction if ReorderBufferTXN
doesn't exist by the time we decode the commit prepared. So don't create a
new ReorderBufferTXN here. This is an oversight in commit a271a1b5.

Reported-by: Markus Wanner
Discussion: https://postgr.es/m/dbec82e2-dbd7-95a2-c6b6-e488cbbdf853@bluegap.ch

Files

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

Discussion