Обсуждение: Wordsmith pgstat_relation.c header comment

Поиск
Список
Период
Сортировка

Wordsmith pgstat_relation.c header comment

От
Bertrand Drouvot
Дата:
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

Вложения

Re: Wordsmith pgstat_relation.c header comment

От
David Rowley
Дата:
On Tue, 30 Sept 2025 at 21:52, Bertrand Drouvot
<bertranddrouvot.pg@gmail.com> wrote:
> 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.

Yeah, looks like maybe someone pasted the "relation" over the wrong
word after a copy/paste from pgstat_function.c.

Pushed.

David