projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14a8ff
)
Fix incorrect routine name reference in partprune.c
author
Michael Paquier
<michael@paquier.xyz>
Thu, 8 Nov 2018 11:14:16 +0000
(20:14 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Thu, 8 Nov 2018 11:14:16 +0000
(20:14 +0900)
Author: Yuzuko Hosoya
Discussion: https://postgr.es/m/
00ac01d4774c
$
7feac860
$
7fc05920
$@lab.ntt.co.jp
src/backend/partitioning/partprune.c
patch
|
blob
|
history
diff --git
a/src/backend/partitioning/partprune.c
b/src/backend/partitioning/partprune.c
index d6ca03de4a32acae94495ced4125bdb4ff3669af..35c87535d359c1c99a884af66dc6fec29be55170 100644
(file)
--- 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_
datum
s
+ * get_matching_range_
bound
s
* Determine the offsets of range bounds matching the specified values,
* according to the semantics of the given operator strategy
*