Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 4 Mar 2020 07:05:33 +0000 (08:05 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 4 Mar 2020 07:22:54 +0000 (08:22 +0100)
commit0ad6f848eef267489d4aee7306c16f96454b7a64
tree225eeb4e2e6162d3b4664b47695f980cc50cf2c5
parentd67755049388526cd8673aa826dc794b97345eb3
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
configure
configure.in
src/bin/pg_upgrade/file.c
src/bin/pg_upgrade/pg_upgrade.h
src/include/pg_config.h.in
src/include/port.h
src/port/link.c [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Solution.pm