Fix comment in pg_get_shmem_allocations_numa()
authorMichael Paquier <[email protected]>
Tue, 21 Oct 2025 07:12:30 +0000 (16:12 +0900)
committerMichael Paquier <[email protected]>
Tue, 21 Oct 2025 07:12:30 +0000 (16:12 +0900)
commite4e496e88c9a0940abe1ade44337577b26f032a0
tree85abe0af5956f02b2ff50ff828b93e513ef03df3
parent18d2614093481cb7ae89e1f5b72f3ddf5fb49b4c
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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 18
src/backend/storage/ipc/shmem.c