mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Fix comment regarding the meaning of infinity for timeline history entry
Michael Paquier
This commit is contained in:
parent
10fbb79f1a
commit
05ec71eea2
@ -26,7 +26,8 @@ typedef struct
|
|||||||
{
|
{
|
||||||
TimeLineID tli;
|
TimeLineID tli;
|
||||||
XLogRecPtr begin; /* inclusive */
|
XLogRecPtr begin; /* inclusive */
|
||||||
XLogRecPtr end; /* exclusive, 0 means infinity */
|
XLogRecPtr end; /* exclusive, InvalidXLogRecPtr means
|
||||||
|
* infinity */
|
||||||
} TimeLineHistoryEntry;
|
} TimeLineHistoryEntry;
|
||||||
|
|
||||||
extern List *readTimeLineHistory(TimeLineID targetTLI);
|
extern List *readTimeLineHistory(TimeLineID targetTLI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user