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

Commita41a145

Browse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parent591d404 commita41a145

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
@@ -2261,7 +2261,7 @@ get_qual_for_list(Relation parent, PartitionBoundSpec *spec)
22612261
*AND
22622262
*(b > bl OR (b = bl AND c >= cl))
22632263
*AND
2264-
*(b < bu) OR (b = bu AND c < cu))
2264+
*(b < bu OR (b = bu AND c < cu))
22652265
*
22662266
* If a bound datum is either MINVALUE or MAXVALUE, these expressions are
22672267
* simplified using the fact that any value is greater than MINVALUE and less

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp