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 ad26ee2 commit f975fc3Copy full SHA for f975fc3
src/backend/access/transam/xlog.c
@@ -191,8 +191,6 @@ const struct config_enum_entry recovery_target_action_options[] = {
191
*/
192
CheckpointStatsData CheckpointStats;
193
194
-static XLogRecPtr LastRec;
195
-
196
/* Local copy of WalRcv->flushedUpto */
197
static XLogRecPtr flushedUpto = 0;
198
static TimeLineID receiveTLI = 0;
@@ -6679,6 +6677,7 @@ StartupXLOG(void)
6679
6677
bool haveBackupLabel = false;
6680
6678
bool haveTblspcMap = false;
6681
XLogRecPtr RecPtr,
+ LastRec,
6682
checkPointLoc,
6683
EndOfLog;
6684
TimeLineID EndOfLogTLI;
0 commit comments