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

Commiteecc150

Browse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parentaf4006f commiteecc150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/catalog/partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ get_range_key_properties(PartitionKey key, int keynum,
15201520
*AND
15211521
*(b > bl OR (b = bl AND c >= cl))
15221522
*AND
1523-
*(b < bu) OR (b = bu AND c < cu))
1523+
*(b < bu OR (b = bu AND c < cu))
15241524
*
15251525
* If a bound datum is either MINVALUE or MAXVALUE, these expressions are
15261526
* simplified using the fact that any value is greater than MINVALUE and less

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp