From: Etsuro Fujita Date: Thu, 12 Dec 2019 06:45:02 +0000 (+0900) Subject: Remove extra parenthesis from comment. X-Git-Tag: REL_11_7~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d94766a65a6012ccf9926bd154b087a0afb15068;p=thirdparty%2Fpostgresql.git Remove extra parenthesis from comment. --- diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index 128977a9112..a9c10523f38 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -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