Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1091402

Browse files
committed
Remove unused structure member.
Michael Paquier
1 parent 094ea69 commit 1091402

File tree

1 file changed

+0
-2
lines changed
  • src/backend/access/transam

1 file changed

+0
-2
lines changed

src/backend/access/transam/xlog.c

-2
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,6 @@ typedef struct XLogCtlData
631631
TimeLineID replayEndTLI;
632632
/* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
633633
TimestampTz recoveryLastXTime;
634-
/* current effective recovery target timeline */
635-
TimeLineID RecoveryTargetTLI;
636634

637635
/*
638636
* timestamp of when we started replaying the current chunk of WAL data,

0 commit comments

Comments
 (0)