]> granicus.if.org Git - postgresql/commit
Remove dependency on psed for MSVC builds.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 19 Mar 2016 22:59:41 +0000 (18:59 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 19 Mar 2016 22:59:41 +0000 (18:59 -0400)
commit2aa9fd9631fe11800092263c499bf77012067903
treef3349ca18b7e0520af01e6486014f1f87f4c7039
parent1965a8ce1da1a8284530637b96115906722f1d03
Remove dependency on psed for MSVC builds.

Modern Perl has removed psed from its core distribution, so it might not
be readily available on some build platforms. We therefore replace its
use with a Perl script generated by s2p, which is equivalent to the sed
script. The latter is retained for non-MSVC builds to avoid creating a
new hard dependency on Perl for non-Windows tarball builds.

Backpatch to all live branches.

Michael Paquier and me.
src/backend/utils/Gen_dummy_probes.pl [new file with mode: 0644]
src/tools/msvc/Solution.pm