Wordsmith pgstat_relation.c header comment

From: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Wordsmith pgstat_relation.c header comment
Date: 2025-09-30 08:52:36
Message-ID: aNuaVMAdTGbgBgqh@ip-10-97-1-34.eu-west-3.compute.internal
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Wordsmith-pgstat_relation.c-header-comment.patch text/x-diff 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-09-30 09:03:07 Re: Fixing MSVC's inability to detect elog(ERROR) does not return
Previous Message Thom Brown 2025-09-30 08:50:11 Re: Problem with DEB packages