Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |