postgresql/src/backend/port
Peter Eisentraut 8a58347a3c Fix -Wcast-function-type warnings on Windows/MinGW
After de8feb1f3a, some warnings remained
that were only visible when using GCC on Windows.  Fix those as well.

Note that the ecpg test source files don't use the full pg_config.h,
so we can't use pg_funcptr_t there but have to do it the long way.
2020-10-21 08:17:51 +02: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 copyrights for 2020 2020-01-01 12:21:45 -05:00
win32 Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02: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 copyrights for 2020 2020-01-01 12:21:45 -05:00
posix_sema.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
sysv_sema.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
sysv_shmem.c Add huge_page_size setting for use on Linux. 2020-07-17 14:33:00 +12:00
win32_sema.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
win32_shmem.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00