pgsql: Fix inadequate autoconfiscation of copyfile() usage.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inadequate autoconfiscation of copyfile() usage.
Date: 2018-11-07 21:41:48
Message-ID: E1gKVa8-0005xJ-V7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-07 22:03:39 pgsql: Fixup for b84a6dafbf triggering assert failure in LLVM debug bui
Previous Message Christoph Berg 2018-11-07 21:32:22 Re: pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.