From: David Rowley Date: Tue, 30 Sep 2025 11:23:38 +0000 (+1300) Subject: Fix typo in pgstat_relation.c header comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91df0465a69ddd249a548a63ee9d4aef6f984bf0;p=thirdparty%2Fpostgresql.git Fix typo in pgstat_relation.c header comment Looks like a copy and paste error from pgstat_function.c Author: Bertrand Drouvot Discussion: https://postgr.es/m/aNuaVMAdTGbgBgqh@ip-10-97-1-34.eu-west-3.compute.internal --- diff --git a/src/backend/utils/activity/pgstat_relation.c b/src/backend/utils/activity/pgstat_relation.c index 69df741cbf6..b5e3903a290 100644 --- a/src/backend/utils/activity/pgstat_relation.c +++ b/src/backend/utils/activity/pgstat_relation.c @@ -3,7 +3,7 @@ * pgstat_relation.c * Implementation of relation statistics. * - * This file contains the implementation of function relation. It is kept + * This file contains the implementation of relation statistics. It is kept * separate from pgstat.c to enforce the line between the statistics access / * storage implementation and the details about individual types of * statistics.