1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Fix typo.

Etsuro Fujita

Discussion: http://postgr.es/m/1b2e9ac7-b99a-2769-5e42-afdf62bfa7fa@lab.ntt.co.jp
This commit is contained in:
Robert Haas 2017-10-05 08:45:24 -04:00
parent c097b271e8
commit 4b2ba1fe02

View File

@ -1236,7 +1236,7 @@ RelationGetPartitionDispatchInfo(Relation rel,
* get_partition_dispatch_recurse * get_partition_dispatch_recurse
* Recursively expand partition tree rooted at rel * 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 * global lists: of PartitionDispatch objects corresponding to partitioned
* tables in *pds and of the leaf partition OIDs in *leaf_part_oids. * tables in *pds and of the leaf partition OIDs in *leaf_part_oids.
* *