pgsql: Move pg_upgrade's Windows link() implementation to AC_REPLACE_FU

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move pg_upgrade's Windows link() implementation to AC_REPLACE_FU
Date: 2020-03-04 07:32:45
Message-ID: E1j9OWL-0006MG-GY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS

This way we can make use of it in other components as well, and it
fits better with the rest of the build system.

Discussion: https://www.postgresql.org/message-id/flat/72fff73f-dc9c-4ef4-83e8-d2e60c98df48%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ad6f848eef267489d4aee7306c16f96454b7a64

Modified Files
--------------
configure | 13 +++++++++++++
configure.in | 1 +
src/bin/pg_upgrade/file.c | 27 ++-------------------------
src/bin/pg_upgrade/pg_upgrade.h | 2 --
src/include/pg_config.h.in | 3 +++
src/include/port.h | 4 ++++
src/port/link.c | 35 +++++++++++++++++++++++++++++++++++
src/tools/msvc/Mkvcbuild.pm | 2 +-
src/tools/msvc/Solution.pm | 1 +
9 files changed, 60 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-04 15:34:36 pgsql: Introduce macros for typalign and typstorage constants.
Previous Message Tom Lane 2020-03-03 16:06:54 pgsql: Allow to_date/to_timestamp to recognize non-English month/day na