[COMMITTERS] pgsql: Workaround for RecoverPreparedTransactions() - Mailing list pgsql-committers

From Simon Riggs
Subject [COMMITTERS] pgsql: Workaround for RecoverPreparedTransactions()
Date
Msg-id E1d2Opw-0000II-5R@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Workaround for RecoverPreparedTransactions()
List pgsql-committers
Workaround for RecoverPreparedTransactions()

Force overwriteOK = true while we investigate deeper fix

Proposed by Tom Lane as temporary measure, accepted by me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/546c13e11b29a5408b9d6a6e3cca301380b47f7f

Modified Files
--------------
src/backend/access/transam/twophase.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Fix LagTrackerRead() for timeline increments
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Remove select(2) backed latch implementation.