postgresql/src/backend
Amit Kapila ade89ba5f4 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
2021-02-23 09:47:41 +05:30
..
access Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls 2021-02-22 16:51:44 -03:00
bootstrap Update copyright for 2021 2021-01-02 13:06:25 -05:00
catalog Hide internal error for pg_collation_actual_version(<bad OID>). 2021-02-22 23:01:20 +13:00
commands pg_collation_actual_version() -> pg_collation_current_version(). 2021-02-22 23:32:16 +13:00
executor Fix tuple routing to initialize batching only for inserts 2021-02-18 00:03:45 +01:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
lib Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq Change the error message for logical replication authentication failure. 2021-02-23 09:11:22 +05:30
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Remove [Merge]AppendPath.partitioned_rels. 2021-02-01 14:43:54 -05:00
optimizer Remove [Merge]AppendPath.partitioned_rels. 2021-02-01 14:43:54 -05:00
parser Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
partitioning Improve new hash partition bound check error messages 2021-02-22 08:06:45 +01:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
regex Simplify memory management for regex DFAs a little. 2021-02-21 20:29:11 -05:00
replication Fix an oversight in ReorderBufferFinishPrepared. 2021-02-23 09:47:41 +05:30
rewrite Revert "Propagate CTE property flags when copying a CTE list into a rule." 2021-02-07 12:54:08 -05:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Update copyright for 2021 2021-01-02 13:06:25 -05:00
storage Fix typo 2021-02-22 11:34:05 -03:00
tcop Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
tsearch Fix parsing of complex morphs to tsquery 2021-01-31 20:14:29 +03:00
utils Refactor get_collation_current_version(). 2021-02-22 23:32:16 +13:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyright for 2021 2021-01-02 13:06:25 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00