pgsql: doc: Correct pg_shmem_allocations_numa.size data type

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Correct pg_shmem_allocations_numa.size data type
Date: 2025-04-08 10:42:38
Message-ID: E1u26Pe-003HPx-29@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Correct pg_shmem_allocations_numa.size data type

The code in pg_get_shmem_allocations_numa() returned 'size' as int64,
but the docs said int32.

Report and fix by Noriyoshi Shinoda.

Reported-by: Noriyoshi Shinoda <noriyoshi(dot)shinoda(at)hpe(dot)com>
Discussion: https://postgr.es/m/DM4PR84MB1734308EB741A6ECFF040C27EEAA2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/system-views.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-08 11:40:04 Re: pgsql: Add support for basic NUMA awareness
Previous Message Amit Kapila 2025-04-08 10:20:22 pgsql: Fix uninitialized index information access during apply.