Commit a41a1456 authored by Etsuro Fujita's avatar Etsuro Fujita

Remove extra parenthesis from comment.

parent 591d404b
...@@ -2261,7 +2261,7 @@ get_qual_for_list(Relation parent, PartitionBoundSpec *spec) ...@@ -2261,7 +2261,7 @@ get_qual_for_list(Relation parent, PartitionBoundSpec *spec)
* AND * AND
* (b > bl OR (b = bl AND c >= cl)) * (b > bl OR (b = bl AND c >= cl))
* AND * 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 * 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 * simplified using the fact that any value is greater than MINVALUE and less
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment