postgresql/src/backend/port
Tom Lane 4c1a1a347a Ensure that the argument of shmdt(2) is declared "void *".
Our gcc-on-Solaris buildfarm members emit "incompatible pointer type"
warnings in places where it's not.  This is a bit odd, since AFAICT
Solaris follows the POSIX spec in declaring shmdt's argument as
"const void *", and you'd think any pointer argument would satisfy that.
But whatever.  Part of a general push to remove off-the-beaten-track
warnings where we can easily do so.
2022-02-15 17:17:28 -05:00
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyright for 2022 2022-01-07 19:04:57 -05:00
win32 Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore Refactor dlopen() support 2018-09-06 11:33:04 +02:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
atomics.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
posix_sema.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
sysv_sema.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
sysv_shmem.c Ensure that the argument of shmdt(2) is declared "void *". 2022-02-15 17:17:28 -05:00
win32_sema.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
win32_shmem.c Update copyright for 2022 2022-01-07 19:04:57 -05:00