Wordsmith pgstat_relation.c header comment - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Wordsmith pgstat_relation.c header comment
Date
Msg-id aNuaVMAdTGbgBgqh@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
Responses Re: Wordsmith pgstat_relation.c header comment
List 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

pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Problem with DEB packages
Next
From: David Rowley
Date:
Subject: Re: Fixing MSVC's inability to detect elog(ERROR) does not return