Skip to content

Commit 05ec71e

Browse files
committed
Fix comment regarding the meaning of infinity for timeline history entry
Michael Paquier
1 parent 10fbb79 commit 05ec71e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/access/timeline.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ typedef struct
2626
{
2727
TimeLineIDtli;
2828
XLogRecPtrbegin;/* inclusive */
29-
XLogRecPtrend;/* exclusive, 0 means infinity */
29+
XLogRecPtrend;/* exclusive, InvalidXLogRecPtr means
30+
* infinity */
3031
} TimeLineHistoryEntry;
3132

3233
extern List *readTimeLineHistory(TimeLineID targetTLI);

0 commit comments

Comments
 (0)