summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas2017-10-05 12:45:24 +0000
committerRobert Haas2017-10-05 12:45:24 +0000
commit4b2ba1fe0222b7820a2f4cd52b133baeb91c5a93 (patch)
treeeac243520cf11bd335e79898f818f72676125bb7 /src
parentc097b271e8a14eac5e6189139deca66796b16a59 (diff)
Fix typo.
Etsuro Fujita Discussion: http://postgr.es/m/[email protected]
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index 1ab6dba7ae5..9777d40e663 100644
--- 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 maintain two
* global lists: of PartitionDispatch objects corresponding to partitioned
* tables in *pds and of the leaf partition OIDs in *leaf_part_oids.
*