pgsql: Fix attribute name of pg_stat_get_backend_subxact()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix attribute name of pg_stat_get_backend_subxact()
Date: 2026-09-14 07:04:41
Message-ID: E1x60k5-00000000FYO-30ja@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix attribute name of pg_stat_get_backend_subxact()

"subxact_overflowed" maps with the name registered in pg_proc.dat.

Oversight in 10ea0f924a27.

Author: Shihao Zhong <zhong950419(at)gmail(dot)com>
Reviewed-by: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
Discussion: https://postgr.es/m/ef48668c-cf8e-4f4b-bf39-4b3b9fb9b85a@uni-muenster.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92aaf50e230a6ca267efdf8543f8314b4cb7a59b

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-09-14 08:09:57 pgsql: Don't let JSON constructor coercions block SQL function inlining
Previous Message Michael Paquier 2026-09-14 05:12:21 pgsql: doc: Mention REPACK in description of reloption toast_value_type