pgsql: Fix inadequate autoconfiscation of copyfile() usage.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix inadequate autoconfiscation of copyfile() usage.
Дата
Msg-id E1gKVa8-0005xJ-V7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: pgsql: Fix copy-paste error in errhint() introduced in691d79a07933.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fixup for b84a6dafbf triggering assert failure in LLVM debugbui