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

Commitd94766a

Browse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parent49b83f6 commitd94766a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/partitioning/partbounds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ get_qual_for_list(Relation parent, PartitionBoundSpec *spec)
15881588
*AND
15891589
*(b > bl OR (b = bl AND c >= cl))
15901590
*AND
1591-
*(b < bu) OR (b = bu AND c < cu))
1591+
*(b < bu OR (b = bu AND c < cu))
15921592
*
15931593
* If a bound datum is either MINVALUE or MAXVALUE, these expressions are
15941594
* simplified using the fact that any value is greater than MINVALUE and less

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp