Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d1e1f0

Browse files
committed
Fix typos in comments.
Etsuro FujitaDiscussion:http://postgr.es/m/00e88999-684d-d79a-70e4-908c937a0126@lab.ntt.co.jp
1 parent460c89f commit0d1e1f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/catalog/partition.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ RelationGetPartitionQual(Relation rel)
988988
*Returns information necessary to route tuples down a partition tree
989989
*
990990
* All the partitions will be locked with lockmode, unless it is NoLock.
991-
* A list of the OIDs of all the leafpartition of rel is returned in
991+
* A list of the OIDs of all the leafpartitions of rel is returned in
992992
* *leaf_part_oids.
993993
*/
994994
PartitionDispatch*
@@ -1012,9 +1012,9 @@ RelationGetPartitionDispatchInfo(Relation rel, int lockmode,
10121012
*
10131013
* Cannot use find_all_inheritors() here, because then the order of OIDs
10141014
* in parted_rels list would be unknown, which does not help, because we
1015-
*weassign indexes within individual PartitionDispatch in an order that
1016-
*ispredetermined (determined by the order of OIDs in individual
1017-
*partitiondescriptors).
1015+
* assign indexes within individual PartitionDispatch in an order that is
1016+
* predetermined (determined by the order of OIDs in individual partition
1017+
* descriptors).
10181018
*/
10191019
*num_parted=1;
10201020
parted_rels=list_make1(rel);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp