1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-20 05:13:53 +03:00

Fix comment regarding the meaning of infinity for timeline history entry

Michael Paquier
This commit is contained in:
Fujii Masao 2015-09-15 23:38:01 +09:00
parent 10fbb79f1a
commit 05ec71eea2

View File

@ -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);