pgsql: Fix typo in system_views.sql's definition of pg_stat_activity

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in system_views.sql's definition of pg_stat_activity
Date: 2025-07-01 00:52:22
Message-ID: E1uWPEU-00477l-15@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in system_views.sql's definition of pg_stat_activity

backend_xmin used a lower-character 's' instead of the upper-character
'S' like the other attributes. This is harmless, but let's be
consistent.

Issue introduced in dd1a3bccca24.

Author: Daisuke Higuchi <higuchi(dot)daisuke11(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEVT6c8M39cqWje-df39wWr0KWcDgGKd5fMvQo84zvCXKoEL9Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a3df0d43d93789777fd06bb7ffa8cdc1f06d63c3

Modified Files
--------------
src/backend/catalog/system_views.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-07-01 04:06:31 Re: pgsql: Introduce pg_shmem_allocations_numa view
Previous Message Michael Paquier 2025-06-30 23:59:38 pgsql: Improve error handling of libxml2 calls in xml.c