Remove extra parenthesis from comment.
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 12 Dec 2019 06:45:00 +0000 (15:45 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 12 Dec 2019 06:45:00 +0000 (15:45 +0900)
src/backend/partitioning/partbounds.c

index cfb44e23e29cd14d50148f466b9d3627da408ccd..d160d6f1278eb6dc565dd2a7da75dea4285a4d4b 100644 (file)
@@ -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