mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
ece8c76192
When using replication origins, pg_replication_origin_xact_setup() is an
optional choice to be able to set a LSN and a timestamp to mark the
origin, which would be additionally added to WAL for transaction commits
or aborts (including 2PC transactions). An assertion in the code path
of PREPARE TRANSACTION assumed that this data should always be set, so
it would trigger when using replication origins without setting up an
origin LSN. Some tests are added to cover more this kind of scenario.
Oversight in commit
|
||
---|---|---|
.. | ||
binary.sql | ||
ddl.sql | ||
decoding_in_xact.sql | ||
decoding_into_rel.sql | ||
messages.sql | ||
permissions.sql | ||
prepared.sql | ||
replorigin.sql | ||
rewrite.sql | ||
slot.sql | ||
spill.sql | ||
stats.sql | ||
stream.sql | ||
time.sql | ||
toast.sql | ||
truncate.sql | ||
twophase_stream.sql | ||
twophase.sql | ||
xact.sql |