Remove dependency on psed for MSVC builds.

Andrew Dunstan <andrew@dunslane.net>

Commit: 6336ca916b366ea2e0fdded00aaccb725978962d
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2016-03-19T22:49:19Z
Releases: 9.4.7
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.

Files

PathChange+/−
src/backend/utils/Gen_dummy_probes.pl added +249 −0
src/tools/msvc/Solution.pm modified +1 −1