Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ typedef struct
2626
{
2727
TimeLineID tli;
2828
XLogRecPtr begin; /* inclusive */
29-
XLogRecPtr end; /* exclusive, 0 means infinity */
29+
XLogRecPtr end; /* exclusive, InvalidXLogRecPtr means
30+
* infinity */
3031
} TimeLineHistoryEntry;
3132

3233
extern List *readTimeLineHistory(TimeLineID targetTLI);

0 commit comments

Comments
 (0)