projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e662ef0
)
Comment fix for partition_rbound_cmp().
author
Dean Rasheed
Tue, 1 Aug 2017 08:40:45 +0000
(09:40 +0100)
committer
Dean Rasheed
Tue, 1 Aug 2017 08:40:45 +0000
(09:40 +0100)
This was an oversight in
d363d42
.
Beena Emerson
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index e20ddce2db513b3364809ebc9fc9d5fa265bc14c..9d50efb6a04751afbc13e549c79a2e3db51e8800 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-2128,7
+2128,7
@@
qsort_partition_rbound_cmp(const void *a, const void *b, void *arg)
* partition_rbound_cmp
*
* Return for two range bounds whether the 1st one (specified in datum1,
- *
content
1, and lower1) is <, =, or > the bound specified in *b2.
+ *
kind
1, and lower1) is <, =, or > the bound specified in *b2.
*
* Note that if the values of the two range bounds compare equal, then we take
* into account whether they are upper or lower bounds, and an upper bound is