postgresql/src/include/port
Nathan Bossart 0fa6884065 Fix sign-compare warnings in pg_iovec.h.
The code in question (pg_preadv() and pg_pwritev()) has been around
for a while, but commit 15c9ac3629 moved it to a header file.  If
third-party code that includes this header file is built with
-Wsign-compare on a system without preadv() or pwritev(), warnings
ensue.  This commit fixes said warnings by casting the result of
pg_pread()/pg_pwrite() to size_t, which should be safe because we
will have already checked for a negative value.

Author: Wolfgang Walther
Discussion: https://postgr.es/m/16989737-1aa8-48fd-8dfe-b7ada06509ab%40technowledgy.de
Backpatch-through: 17
2024-11-08 16:11:08 -06:00
..
atomics Require memory barrier support. 2024-07-30 23:01:55 +12:00
win32 Fix gai_strerror() thread-safety on Windows. 2024-02-12 11:14:21 +13:00
win32_msvc windows: msvc: Define STDIN/OUT/ERR_FILENO. 2022-07-18 17:21:54 -07:00
atomics.h Require memory barrier support. 2024-07-30 23:01:55 +12:00
cygwin.h Simplify declaring variables exported from libpgcommon and libpgport. 2021-11-29 11:00:00 -05:00
darwin.h Add prefetching support on macOS 2024-08-28 07:28:27 +02:00
freebsd.h Improve the naming in wal_sync_method code. 2023-10-13 15:16:45 -05:00
linux.h Improve the naming in wal_sync_method code. 2023-10-13 15:16:45 -05:00
netbsd.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
openbsd.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pg_bitutils.h Optimize visibilitymap_count() with AVX-512 instructions. 2024-04-06 22:58:23 -05:00
pg_bswap.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_crc32c.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_iovec.h Fix sign-compare warnings in pg_iovec.h. 2024-11-08 16:11:08 -06:00
pg_lfind.h Improve style of pg_lfind32(). 2024-03-27 20:26:05 -05:00
pg_pthread.h Add missing pthread_barrier_t. 2021-03-10 17:44:04 +13:00
simd.h Fix signedness error in 9f225e992 for gcc 2024-03-06 15:55:55 +07:00
solaris.h Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD 2020-08-15 11:27:41 +02:00
win32.h mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc 2022-09-30 10:50:05 -07:00
win32_port.h thread-safety: gmtime_r(), localtime_r() 2024-08-23 07:43:04 +02:00
win32ntdll.h Update copyright for 2024 2024-01-03 20:49:05 -05:00