Skip to content

Commit e2cc84c

Browse files
committed
fixes
1 parent 1c988fe commit e2cc84c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/backend/access/transam/twophase.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,6 @@ RecoverPreparedFromXLOG(XLogReaderState *record)
21832183

21842184
gxact->prepare_start_lsn = record->ReadRecPtr;
21852185
gxact->prepare_end_lsn = record->EndRecPtr;
2186-
gxact->ondisk = false;
21872186

21882187
/*
21892188
* Recover other state (notably locks) using resource managers

src/backend/access/transam/xlog.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9269,9 +9269,6 @@ xlog_redo(XLogReaderState *record)
92699269

92709270
ProcArrayApplyRecoveryInfo(&running);
92719271

9272-
/*
9273-
* NB: is still okay to call Recover with overwriteOK = true?
9274-
*/
92759272
RecoverPreparedFromFiles(true);
92769273
}
92779274

0 commit comments

Comments
 (0)