From 1091402b5aa4873cf8321e204f929731765c82bc Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Thu, 21 Jul 2016 11:53:44 -0400 Subject: [PATCH] Remove unused structure member. Michael Paquier --- src/backend/access/transam/xlog.c | 2 -- 1 file changed, 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, -- GitLab