Skip to content

Commit

Permalink
Remove unused structure member.
Browse files Browse the repository at this point in the history
Michael Paquier
  • Loading branch information
robertmhaas committed Jul 21, 2016
1 parent 094ea69 commit 1091402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/access/transam/xlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,6 @@ typedef struct XLogCtlData
TimeLineID replayEndTLI;
/* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
TimestampTz recoveryLastXTime;
/* current effective recovery target timeline */
TimeLineID RecoveryTargetTLI;

/*
* timestamp of when we started replaying the current chunk of WAL data,
Expand Down

0 comments on commit 1091402

Please sign in to comment.