Re: Typo in pg_stat_activity definition

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Daisuke Higuchi <higuchi(dot)daisuke11(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Typo in pg_stat_activity definition
Date: 2025-07-01 04:54:24
Message-ID: aGNqAJee1JvkUNZd@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2025-07-01 04:54:28 Re: Fix typo in commens on ExecInsertIndexTuples
Previous Message Amit Langote 2025-07-01 04:29:44 Re: Fix typo in commens on ExecInsertIndexTuples