Remove extra parenthesis from comment.
authorEtsuro Fujita
Thu, 12 Dec 2019 06:45:04 +0000 (15:45 +0900)
committerEtsuro Fujita
Thu, 12 Dec 2019 06:45:04 +0000 (15:45 +0900)
src/backend/catalog/partition.c

index ad6704079ff4e3c8fc9f5eed88fe7ba8e9f56ec1..ff2b965680938c6bcecba6f4b52d24cf1b3c22a7 100644 (file)
@@ -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