Thread: pgsql: Set Perl search path more idiomatically

pgsql: Set Perl search path more idiomatically

From
Andrew Dunstan
Date:
Set Perl search path more idiomatically

Back in commits 1df92eeafe, f884a96819, and 592123efbb I used some
hackish code to set the script search path, unaware despite decades of
perl that there was a completely standard way to do this. This patch
changes those cases to use the standard perl FindBin package.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e60c6f6ea17b50833242653fe2781f6d47429540

Modified Files
--------------
src/backend/catalog/genbki.pl | 5 ++---
src/tools/msvc/build.pl       | 5 ++---
src/tools/msvc/install.pl     | 5 ++---
src/tools/msvc/mkvcbuild.pl   | 5 ++---
src/tools/msvc/vcregress.pl   | 5 +++--
5 files changed, 11 insertions(+), 14 deletions(-)