Remove extra parenthesis from comment.

This commit is contained in:
Etsuro Fujita 2019-12-12 15:45:02 +09:00
parent 49b83f6474
commit d94766a65a
1 changed files with 1 additions and 1 deletions

View 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