postgresql/src
Tomas Vondra 079d94ab34 Check HAVE_COPY_FILE_RANGE before calling copy_file_range
Fix a mistake in ac81101551 - write_reconstructed_file() called
copy_file_range() without properly checking HAVE_COPY_FILE_RANGE.

Reported by several macOS machines. Also reported by cfbot, but I missed
that issue before commit.
2024-04-05 19:38:20 +02:00
..
backend Suppress "variable may be used uninitialized" warning. 2024-04-05 10:58:30 -04:00
bin Check HAVE_COPY_FILE_RANGE before calling copy_file_range 2024-04-05 19:38:20 +02:00
common Tidy up after incremental JSON parser patch 2024-04-04 12:41:55 -04:00
fe_utils Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2024-03-21 10:50:33 +05:30
include Make libpqsrv_cancel's return const char *, not char * 2024-04-05 18:23:10 +02:00
interfaces Fix old, misleading comment for PGRES_POLLING_ACTIVE. 2024-04-04 16:22:11 -04:00
makefiles
pl Avoid possible longjmp-induced logic error in PLy_trigger_build_args. 2024-04-01 15:15:03 -04:00
port Inline pg_popcount() for small buffers. 2024-04-03 12:22:02 -05:00
template
test Allow synced slots to have their inactive_since. 2024-04-05 09:48:49 +05:30
timezone
tools Allow copying files using clone/copy_file_range 2024-04-05 18:01:32 +02:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
meson.build
nls-global.mk