pgsql: Fix inadequate autoconfiscation of copyfile() usage. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix inadequate autoconfiscation of copyfile() usage.
Date
Msg-id E1gKVa8-0005xJ-V7@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Christoph Berg
Date:
Subject: Re: pgsql: Fix copy-paste error in errhint() introduced in691d79a07933.
Next
From: Andres Freund
Date:
Subject: pgsql: Fixup for b84a6dafbf triggering assert failure in LLVM debugbui