BUG #14117: psql and pg_dump commands should use ENV perl

From: jsteffee(at)bepress(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14117: psql and pg_dump commands should use ENV perl
Date: 2016-04-27 20:24:09
Message-ID: 20160427202409.19109.81530@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14117
Logged by: Joe Steffee
Email address: jsteffee(at)bepress(dot)com
PostgreSQL version: 9.5.2
Operating system: Ubuntu 14.04.2
Description:

We have multiple systems which use non-system perl for various tasks,
including perl scripts which test some pg_dump commands. These break because
psql and pg_dump are hard-coded with #!/usr/bin/perl instead of
#!/usr/bin/env perl. The PERL5LIB is set up with libraries based on the perl
called with ENV, where /usr/bin/perl has libraries compiled differently.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-04-27 22:27:07 Re: BUG #14117: psql and pg_dump commands should use ENV perl
Previous Message mso1830 2016-04-27 08:02:51 BUG #14116: Character with value 0x0a must be escaped. using COPY FROM