projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c097b27
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 5 Oct 2017 12:45:24 +0000
(08:45 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 5 Oct 2017 12:45:24 +0000
(08:45 -0400)
Etsuro Fujita
Discussion: http://postgr.es/m/
1b2e9ac7
-b99a-2769-5e42-
afdf62bfa7fa
@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 1ab6dba7ae559f9e7c37a83936df4abf66e6a950..9777d40e663bb86e44f89804661fdb53a53e7422 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-1236,7
+1236,7
@@
RelationGetPartitionDispatchInfo(Relation rel,
* get_partition_dispatch_recurse
* Recursively expand partition tree rooted at rel
*
- * As the partition tree is expanded in a depth-first manner, we mantain two
+ * As the partition tree is expanded in a depth-first manner, we ma
i
ntain two
* global lists: of PartitionDispatch objects corresponding to partitioned
* tables in *pds and of the leaf partition OIDs in *leaf_part_oids.
*