projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b83f6
)
Remove extra parenthesis from comment.
author
Etsuro Fujita
Thu, 12 Dec 2019 06:45:02 +0000
(15:45 +0900)
committer
Etsuro Fujita
Thu, 12 Dec 2019 06:45:02 +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 128977a9112163f264506ec55dcc0786f84062a7..a9c10523f384f9765852a04e7d27a5c96e360fb8 100644
(file)
--- a/
src/backend/partitioning/partbounds.c
+++ b/
src/backend/partitioning/partbounds.c
@@
-1588,7
+1588,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