pgsql: Fix comment in pg_get_shmem_allocations_numa()

Started by Michael Paquier8 months ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/aH4DDhdiG9Gi0rG7@ip-10-97-1-34.eu-west-3.compute.internal
Backpatch-through: 18

Branch
------
REL_18_STABLE

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

Modified Files
--------------
src/backend/storage/ipc/shmem.c | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)