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(-)