aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-07-21 11:53:44 -0400
committerRobert Haas <rhaas@postgresql.org>2016-07-21 11:53:44 -0400
commit1091402b5aa4873cf8321e204f929731765c82bc (patch)
treed5c199264aea9e790b00fe73ec0eecf8ab405b83 /src/backend/access/transam/xlog.c
parent094ea692ee46c2af8c4d249b8fae6e4289102828 (diff)
downloadpostgresql-1091402b5aa4873cf8321e204f929731765c82bc.tar.gz
postgresql-1091402b5aa4873cf8321e204f929731765c82bc.zip
Remove unused structure member.
Michael Paquier
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index aecede149cf..f13f9c1fa5e 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -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,