pgsql: Fix pointer type of ShmemAllocatorData->index

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pointer type of ShmemAllocatorData->index
Date: 2026-03-13 09:08:00
Message-ID: E1w0yUy-003kB1-3B@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pointer type of ShmemAllocatorData->index

This went unnoticed in commit e2362eb2bd because the pointer is cast
to/from a void pointer.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/shmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2026-03-13 12:01:51 pgsql: Rework ginScanToDelete() to pass Buffers instead of BlockNumbers
Previous Message Michael Paquier 2026-03-13 07:07:37 pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined