Обсуждение: pgsql: Fix inadequate autoconfiscation of copyfile() usage.

Поиск
Список
Период
Сортировка

pgsql: Fix inadequate autoconfiscation of copyfile() usage.

От
Tom Lane
Дата:
Fix inadequate autoconfiscation of copyfile() usage.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3e6d5d38699812e047270a711be1926b7f6f396

Modified Files
--------------
configure                  | 2 +-
configure.in               | 1 +
src/bin/pg_upgrade/file.c  | 2 +-
src/include/pg_config.h.in | 3 +++
4 files changed, 6 insertions(+), 2 deletions(-)