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

Commitf7fe78c

Browse files
committed
change INT32_MAX to PG_INT32_MAX for Windows
1 parentb7f4ac6 commitf7fe78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/planner_tree_modification.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ static int32 planner_calls = 0;
665665
void
666666
incr_planner_calls_count(void)
667667
{
668-
Assert(planner_calls<INT32_MAX);
668+
Assert(planner_calls<PG_INT32_MAX);
669669

670670
planner_calls++;
671671
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp