Re: Typo in pg_stat_activity definition
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Daisuke Higuchi <higuchi.daisuke11@gmail.com>,
pgsql-hackers@postgresql.org
Date: 2025-06-30T04:54:39Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Mon, Jun 30, 2025 at 01:44:58PM +0900, Daisuke Higuchi wrote: >> When I compared to the content before and after, I think the capital letter >> "S" than "s" is suitable for alias, as shown below. > Yeah, makes sense to me to fix this inconsistency on HEAD, even if > it's benign. Yeah, it's purely cosmetic. But +1 for consistency. > One thing that you are forgetting is that the regression > tests are going to fail: rules.out reports the definition of > pg_stat_activity, and the characters casing matters in this case. I doubt it --- the regression tests will show deparsing results, which shouldn't change. > Note that the new development cycle has officially begin, so that > would touch only v19. Since it's only cosmetic, I can't see much argument for back-patching. regards, tom lane
Commits
-
Fix typo in system_views.sql's definition of pg_stat_activity
- a3df0d43d937 19 (unreleased) landed