]> granicus.if.org Git - postgresql/commit
Remove dependency on psed for MSVC builds.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 19 Mar 2016 22:36:35 +0000 (18:36 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 19 Mar 2016 22:44:04 +0000 (18:44 -0400)
commit2f38b3e7dda4c3532b6bbc8676a8d30d528cd74e
tree0c1926f2f1363eb74b7d4c55a84b5330de953d74
parente1936470ea10311614ff893113d40873b630d521
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