mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Remove unused structure member.
Michael Paquier
This commit is contained in:
@ -631,8 +631,6 @@ typedef struct XLogCtlData
|
|||||||
TimeLineID replayEndTLI;
|
TimeLineID replayEndTLI;
|
||||||
/* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
|
/* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
|
||||||
TimestampTz recoveryLastXTime;
|
TimestampTz recoveryLastXTime;
|
||||||
/* current effective recovery target timeline */
|
|
||||||
TimeLineID RecoveryTargetTLI;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* timestamp of when we started replaying the current chunk of WAL data,
|
* timestamp of when we started replaying the current chunk of WAL data,
|
||||||
|
Reference in New Issue
Block a user