Wordsmith pgstat_relation.c header comment

Bertrand Drouvot <bertranddrouvot.pg@gmail.com>

From: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-09-30T08:52:36Z
Lists: pgsql-hackers

Attachments

Hi hackers,

I was working on statistics and realized that the pgstat_relation.c header comment
is mentioning "function relation" which does not look appropriate and probably a
typo or copy/paste error in 13619598f108.

PFA a tiny patch to use "relation statistics" instead, which is more consistent
with other pgstat_*.c files header comments.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Commits

  1. Fix typo in pgstat_relation.c header comment