From: Michael Paquier Date: Thu, 8 Nov 2018 11:14:16 +0000 (+0900) Subject: Fix incorrect routine name reference in partprune.c X-Git-Tag: REL_12_BETA1~1277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=170dccc69ddb5eb379ebb5282d699738177d4543;p=postgresql Fix incorrect routine name reference in partprune.c Author: Yuzuko Hosoya Discussion: https://postgr.es/m/00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp --- diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c index d6ca03de4a..35c87535d3 100644 --- a/src/backend/partitioning/partprune.c +++ b/src/backend/partitioning/partprune.c @@ -2400,7 +2400,7 @@ get_matching_list_bounds(PartitionPruneContext *context, /* - * get_matching_range_datums + * get_matching_range_bounds * Determine the offsets of range bounds matching the specified values, * according to the semantics of the given operator strategy *