Fix pointer type of ShmemAllocatorData->index

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: f30cebb9542358702ca0f2c4be2cd504a2568606
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2026-03-13T09:00:15Z
Fix pointer type of ShmemAllocatorData->index

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

Files

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