From: Etsuro Fujita Date: Thu, 12 Dec 2019 06:45:04 +0000 (+0900) Subject: Remove extra parenthesis from comment. X-Git-Tag: REL_10_12~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eecc150000c9f50dba53d18ed4cc2cbe7ffc9068;p=thirdparty%2Fpostgresql.git Remove extra parenthesis from comment. --- diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index ad6704079ff..ff2b9656809 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -1520,7 +1520,7 @@ get_range_key_properties(PartitionKey key, int keynum, * 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