Fix inadequate autoconfiscation of copyfile() usage.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3e6d5d38699812e047270a711be1926b7f6f396
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-11-07T21:41:42Z
Releases: 12.0
Fix inadequate autoconfiscation of copyfile() usage.

Per buildfarm, HAVE_COPYFILE is not the same thing as HAVE_COPYFILE_H.
Add the extra configure test.

Files

PathChange+/−
configure modified +1 −1
configure.in modified +1 −0
src/bin/pg_upgrade/file.c modified +1 −1
src/include/pg_config.h.in modified +3 −0