index 128977a9112163f264506ec55dcc0786f84062a7..a9c10523f384f9765852a04e7d27a5c96e360fb8 100644 (file)
@@ -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