diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-11-08 20:14:16 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-11-08 20:14:16 +0900 |
commit | 170dccc69ddb5eb379ebb5282d699738177d4543 (patch) | |
tree | c9788034153cd1bdb352f935c2030c8126c22660 /src | |
parent | c14a8ff27e26155345e554a9636bab8236500bb9 (diff) | |
download | postgresql-170dccc69ddb5eb379ebb5282d699738177d4543.tar.gz postgresql-170dccc69ddb5eb379ebb5282d699738177d4543.zip |
Fix incorrect routine name reference in partprune.c
Author: Yuzuko Hosoya
Discussion: https://postgr.es/m/00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/partitioning/partprune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c index d6ca03de4a3..35c87535d35 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 * |