Commit 05ec71ee authored by Fujii Masao's avatar Fujii Masao

Fix comment regarding the meaning of infinity for timeline history entry

Michael Paquier
parent 10fbb79f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment