From: Etsuro Fujita Date: Wed, 7 Aug 2019 10:05:19 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_11_6~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26555cbd6e1443ea783717fd49b2ca1d55e4a015;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/utils/cache/partcache.c b/src/backend/utils/cache/partcache.c index cd614eefac9..331c0f24754 100644 --- a/src/backend/utils/cache/partcache.c +++ b/src/backend/utils/cache/partcache.c @@ -709,7 +709,7 @@ RelationBuildPartitionDesc(Relation rel) boundinfo->default_index = mapping[default_index]; } - /* All partition must now have a valid mapping */ + /* All partitions must now have a valid mapping */ Assert(next_index == nparts); break; }