We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1169fcf commit68343b4Copy full SHA for 68343b4
src/backend/partitioning/partbounds.c
@@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts,
453
boundinfo->default_index= (*mapping)[default_index];
454
}
455
456
-/* Allpartition must now have been assigned canonical indexes. */
+/* Allpartitions must now have been assigned canonical indexes. */
457
Assert(next_index==nparts);
458
returnboundinfo;
459
@@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts,
651
Assert(i==ndatums);
652
boundinfo->indexes[i]=-1;
653
654
655
656
657