summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorPeter Geoghegan2023-01-04 05:48:27 +0000
committerPeter Geoghegan2023-01-04 05:48:27 +0000
commiteb5ad4ff05fd382ac98cab60b82f7fd6ce4cfeb8 (patch)
tree97908371c20014c70a81f7014cc4185461324c36 /src/backend/executor/nodeModifyTable.c
parent5212d447fa53518458cbe609092b347803a667c5 (diff)
Check that xmax didn't commit in freeze check.
We cannot rely on TransactionIdDidAbort here, since in general it may report transactions that were in-progress at the time of an earlier hard crash as not aborted, effectively behaving as if they were still in progress even after crash recovery completes. Go back to defensively verifying that xmax didn't commit instead. Oversight in commit 79d4bf4e. Author: Peter Geoghegan <[email protected]> Reported-By: Andres Freund <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions