From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove cut-off bug from RunningTransactionData |
Date: | 2018-06-14 11:03:47 |
Message-ID: | E1fTQ2d-0002O0-6n@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove cut-off bug from RunningTransactionData
32ac7a118fc17f5 tried to fix a Hot Standby issue
reported by Greg Stark, but in doing so caused
a different bug to appear, noted by Andres Freund.
Revoke the core changes from 32ac7a118fc17f5,
leaving in its place a minor change in code
ordering and comments to explain for the future.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/802bde87ba3c64b28d019e8265c2d8948a027c9c
Modified Files
--------------
src/backend/storage/ipc/procarray.c | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2018-06-14 11:22:11 | pgsql: Remove spurious code comments in standby related code |
Previous Message | Nikhil Sontakke | 2018-06-14 11:02:06 | Re: pgsql: Store 2PC GID in commit/abort WAL recs for logical decoding |