We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fbb79 commit 05ec71eCopy full SHA for 05ec71e
src/include/access/timeline.h
@@ -26,7 +26,8 @@ typedef struct
26
{
27
TimeLineID tli;
28
XLogRecPtr begin; /* inclusive */
29
- XLogRecPtr end; /* exclusive, 0 means infinity */
+ XLogRecPtr end; /* exclusive, InvalidXLogRecPtr means
30
+ * infinity */
31
} TimeLineHistoryEntry;
32
33
extern List *readTimeLineHistory(TimeLineID targetTLI);
0 commit comments