pgsql: Fix pointer type of ShmemAllocatorData->index - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix pointer type of ShmemAllocatorData->index
Date
Msg-id E1w0yUy-003kB1-3B@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Rework ginScanToDelete() to pass Buffers instead of BlockNumbers