]> granicus.if.org Git - postgresql/commit
Fix inadequate autoconfiscation of copyfile() usage.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Nov 2018 21:41:42 +0000 (16:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Nov 2018 21:41:42 +0000 (16:41 -0500)
commitc3e6d5d38699812e047270a711be1926b7f6f396
treee3b8adb6e801c51486bac5baf43d808791629102
parent54ad7282fe7ad80a15533546d3b0a2be2e19e3f6
Fix inadequate autoconfiscation of copyfile() usage.

Per buildfarm, HAVE_COPYFILE is not the same thing as HAVE_COPYFILE_H.
Add the extra configure test.
configure
configure.in
src/bin/pg_upgrade/file.c
src/include/pg_config.h.in