Thanks to visit codestin.com Credit goes to github.com
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 094ea69 commit 1091402Copy full SHA for 1091402
src/backend/access/transam/xlog.c
@@ -631,8 +631,6 @@ typedef struct XLogCtlData
631
TimeLineID replayEndTLI;
632
/* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
633
TimestampTz recoveryLastXTime;
634
- /* current effective recovery target timeline */
635
- TimeLineID RecoveryTargetTLI;
636
637
/*
638
* timestamp of when we started replaying the current chunk of WAL data,
0 commit comments