mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
Remove extra parenthesis from comment.
This commit is contained in:
parent
be9d4b9280
commit
6a9b5a2f82
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user