Fix incorrect routine name reference in partprune.c

Author: Yuzuko Hosoya
Discussion: https://postgr.es/m/00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp
This commit is contained in:
Michael Paquier 2018-11-08 20:14:16 +09:00
parent c14a8ff27e
commit 170dccc69d
1 changed files with 1 additions and 1 deletions

View File

@ -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
*