projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591d404
)
Remove extra parenthesis from comment.
author
Etsuro Fujita
Thu, 12 Dec 2019 06:45:00 +0000
(15:45 +0900)
committer
Etsuro Fujita
Thu, 12 Dec 2019 06:45:00 +0000
(15:45 +0900)
src/backend/partitioning/partbounds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/partitioning/partbounds.c
b/src/backend/partitioning/partbounds.c
index cfb44e23e29cd14d50148f466b9d3627da408ccd..d160d6f1278eb6dc565dd2a7da75dea4285a4d4b 100644
(file)
--- a/
src/backend/partitioning/partbounds.c
+++ b/
src/backend/partitioning/partbounds.c
@@
-2261,7
+2261,7
@@
get_qual_for_list(Relation parent, PartitionBoundSpec *spec)
* AND
* (b > bl OR (b = bl AND c >= cl))
* AND
- * (b < bu
)
OR (b = bu AND c < cu))
+ * (b < bu OR (b = bu AND c < cu))
*
* If a bound datum is either MINVALUE or MAXVALUE, these expressions are
* simplified using the fact that any value is greater than MINVALUE and less