1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove extra parenthesis from comment.

This commit is contained in:
Etsuro Fujita
2019-12-12 15:45:04 +09:00
parent af4006f009
commit eecc150000

View File

@ -1520,7 +1520,7 @@ get_range_key_properties(PartitionKey key, int keynum,
* 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