]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comment in pg_get_shmem_allocations_numa()
authorMichael Paquier <michael@paquier.xyz>
Tue, 21 Oct 2025 07:12:34 +0000 (16:12 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 21 Oct 2025 07:12:34 +0000 (16:12 +0900)
commitb2abcfa33a7c2184d96fe62029195773bb8a4032
treef0427d52c4bc50030bbe490656124ed22faf393c
parentee49f2cf447ab3191164aec82410dc52f7960c6f
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
src/backend/storage/ipc/shmem.c