projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54baa48
)
Add missing period to comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 30 Jun 2017 13:52:47 +0000
(09:52 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 30 Jun 2017 14:01:45 +0000
(10:01 -0400)
Masahiko Sawada
Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index f8c55b1fe775186a0f5d5db1b433fe8d09c1d1af..7da2058f1527cde4dac6ea473f10759b4ac506b2 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-2289,7
+2289,7
@@
partition_bound_cmp(PartitionKey key, PartitionBoundInfo boundinfo,
/*
* Binary search on a collection of partition bounds. Returns greatest
- * bound in array boundinfo->datums which is less than or equal to *probe
+ * bound in array boundinfo->datums which is less than or equal to *probe
.
* If all bounds in the array are greater than *probe, -1 is returned.
*
* *probe could either be a partition bound or a Datum array representing