mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix comment regarding the meaning of infinity for timeline history entry
Michael Paquier
This commit is contained in:
parent
10fbb79f1a
commit
05ec71eea2
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ typedef struct
|
|||
{
|
||||
TimeLineID tli;
|
||||
XLogRecPtr begin; /* inclusive */
|
||||
XLogRecPtr end; /* exclusive, 0 means infinity */
|
||||
XLogRecPtr end; /* exclusive, InvalidXLogRecPtr means
|
||||
* infinity */
|
||||
} TimeLineHistoryEntry;
|
||||
|
||||
extern List *readTimeLineHistory(TimeLineID targetTLI);
|
||||
|
|
|
|||
Loading…
Reference in a new issue