Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 170dccc

Browse files
committed
Fix incorrect routine name reference in partprune.c
Author: Yuzuko Hosoya Discussion: https://postgr.es/m/00ac01d4774c$7feac860$7fc05920$@lab.ntt.co.jp
1 parent c14a8ff commit 170dccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/partitioning/partprune.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ get_matching_list_bounds(PartitionPruneContext *context,
24002400

24012401

24022402
/*
2403-
* get_matching_range_datums
2403+
* get_matching_range_bounds
24042404
* Determine the offsets of range bounds matching the specified values,
24052405
* according to the semantics of the given operator strategy
24062406
*

0 commit comments

Comments
 (0)