We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c988fe commit e2cc84cCopy full SHA for e2cc84c
src/backend/access/transam/twophase.c
@@ -2183,7 +2183,6 @@ RecoverPreparedFromXLOG(XLogReaderState *record)
2183
2184
gxact->prepare_start_lsn = record->ReadRecPtr;
2185
gxact->prepare_end_lsn = record->EndRecPtr;
2186
- gxact->ondisk = false;
2187
2188
/*
2189
* Recover other state (notably locks) using resource managers
src/backend/access/transam/xlog.c
@@ -9269,9 +9269,6 @@ xlog_redo(XLogReaderState *record)
9269
9270
ProcArrayApplyRecoveryInfo(&running);
9271
9272
- /*
9273
- * NB: is still okay to call Recover with overwriteOK = true?
9274
- */
9275
RecoverPreparedFromFiles(true);
9276
}
9277
0 commit comments