From a41a1456c4a1040974939db23a81101a2f6ade6f Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Thu, 12 Dec 2019 15:45:00 +0900 Subject: [PATCH] Remove extra parenthesis from comment. --- src/backend/partitioning/partbounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index cfb44e23e2..d160d6f127 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -2261,7 +2261,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