projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4006f
)
Remove extra parenthesis from comment.
author
Etsuro Fujita
Thu, 12 Dec 2019 06:45:04 +0000
(15:45 +0900)
committer
Etsuro Fujita
Thu, 12 Dec 2019 06:45:04 +0000
(15:45 +0900)
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index ad6704079ff4e3c8fc9f5eed88fe7ba8e9f56ec1..ff2b965680938c6bcecba6f4b52d24cf1b3c22a7 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-1520,7
+1520,7
@@
get_range_key_properties(PartitionKey key, int keynum,
* 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