Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05ec71e

Browse files
committed
Fix comment regarding the meaning of infinity for timeline history entry
Michael Paquier
1 parent10fbb79 commit05ec71e

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
externList*readTimeLineHistory(TimeLineIDtargetTLI);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp