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

Commitca8a57b

Browse files
author
Etsuro Fujita
committed
Fix typos in comments.
1 parentf8d3018 commitca8a57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/partitioning/partbounds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts,
453453
boundinfo->default_index= (*mapping)[default_index];
454454
}
455455

456-
/* Allpartition must now have been assigned canonical indexes. */
456+
/* Allpartitions must now have been assigned canonical indexes. */
457457
Assert(next_index==nparts);
458458
returnboundinfo;
459459
}
@@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts,
651651
Assert(i==ndatums);
652652
boundinfo->indexes[i]=-1;
653653

654-
/* Allpartition must now have been assigned canonical indexes. */
654+
/* Allpartitions must now have been assigned canonical indexes. */
655655
Assert(next_index==nparts);
656656
returnboundinfo;
657657
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp