Fix comment in pg_get_shmem_allocations_numa()

Michael Paquier <michael@paquier.xyz>

Commit: b2abcfa33a7c2184d96fe62029195773bb8a4032
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-10-21T07:12:34Z
Releases: 18.1
Fix comment in pg_get_shmem_allocations_numa()

The comment fixed in this commit described the function as dealing with
database blocks, but in reality it processes shared memory allocations.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/aH4DDhdiG9Gi0rG7@ip-10-97-1-34.eu-west-3.compute.internal
Backpatch-through: 18

Files

PathChange+/−
src/backend/storage/ipc/shmem.c modified +6 −9

Discussion