Fix incorrect comment in pg_get_shmem_allocations_numa()
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tomas Vondra <tomas@vondra.me>
Date: 2025-07-21T09:06:22Z
Lists: pgsql-hackers
Attachments
Hi hackers, One comment in pg_get_shmem_allocations_numa() incorrectly describes the function as dealing with database blocks when it actually processes shared memory allocations from the shmem index. PFA, a patch to $SUBJECT. Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Fix comment in pg_get_shmem_allocations_numa()
- b2abcfa33a7c 18.1 landed
- e4e496e88c9a 19 (unreleased) landed