Re: Wordsmith pgstat_relation.c header comment
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-09-30T11:25:28Z
Lists: pgsql-hackers
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
Commits
-
Fix typo in pgstat_relation.c header comment
- 91df0465a69d 19 (unreleased) landed