projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9d4b9
)
Remove extra parenthesis from comment.
author
Etsuro Fujita
Thu, 12 Dec 2019 06:45:01 +0000
(15:45 +0900)
committer
Etsuro Fujita
Thu, 12 Dec 2019 06:45:01 +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 f205cd435e166a0b513a6fc6ec40a3edbbe73b1b..0c5b49a5c4977353d3c71f1e012363f14b6a2cfb 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