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:
79f2d63
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 16 Nov 2017 19:16:45 +0000
(14:16 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 16 Nov 2017 19:16:45 +0000
(14:16 -0500)
Etsuro Fujita
Discussion: http://postgr.es/m/
5A0D7C3D
.80803@lab.ntt.co.jp
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index ce29ba2eda9dfddb2090f65b728f77a771ae2a52..67d4c2a09bc1a3d96c6a985da80389491a4c51ea 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-2686,7
+2686,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,
+ * Return for two range bounds whether the 1st one (specified in datum
s
1,
* kind1, and lower1) is <, =, or > the bound specified in *b2.
*
* Note that if the values of the two range bounds compare equal, then we take