Re: Typo in pg_stat_activity definition
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daisuke Higuchi <higuchi.daisuke11@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2025-07-01T04:54:24Z
Lists: pgsql-hackers
On Mon, Jun 30, 2025 at 04:03:01PM +0900, Daisuke Higuchi wrote: > Yes, applying this patch will not cause the 'rules' test to fail. > Even if the pg_stat_activity view definition information in > system_views.sql is capitalized (inconsistency is fixed) by this patch, it > will be lowercase when this view is installed in database. So, the test > result does not change. Yes, that was the part where I need to learn to read my greps more correctly. Applied as-is on HEAD. -- Michael
Commits
-
Fix typo in system_views.sql's definition of pg_stat_activity
- a3df0d43d937 19 (unreleased) landed