From: | Joe Steffee <jsteffee(at)bepress(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Christoph Berg <cb(at)df7cb(dot)de> |
Subject: | Re: BUG #14117: psql and pg_dump commands should use ENV perl |
Date: | 2016-04-27 23:25:03 |
Message-ID: | CA+RgOL-hpz2h3G6cA1J5Pz2N_=ZyDtQzCBv9e3nuT-Xvb0ncSg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
You're right. /usr/bin/psql is a wrapper for the actual psql command being
called. You can close this bug.
On Wed, Apr 27, 2016 at 3:47 PM, Joe Steffee <jsteffee(at)bepress(dot)com> wrote:
> pg_dump and psql are perl programs.
>
> They were installed from http://apt.postgresql.org/pub/repos/apt/
>
> Who maintains apt.postgresql.org?
>
>
> On Wed, Apr 27, 2016 at 3:30 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
>> On 2016-04-27 18:27:07 -0400, Tom Lane wrote:
>> > jsteffee(at)bepress(dot)com writes:
>> > > 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.
>> >
>> > Uh, what? Neither of those programs use perl at all.
>> >
>> > We do have hard-wired uses of /usr/bin/perl in some scripts that might
>> get
>> > used at build time, but those shouldn't really be an issue, especially
>> not
>> > if you're using prebuilt packages, or even just building from a tarball.
>>
>> I guess the OP is using the debian/ubuntu packages which have a wrapper
>> around most postgres binariers which tries to use the correct version of
>> the binary.
>>
>> Joe, you might have more success opening a bug-report against either
>> Debian's
>> or Ubuntu's packages.
>>
>> Andres
>>
>
>
>
> --
> Joe Steffee
> Linux Systems Administrator
> bepress
>
--
Joe Steffee
Linux Systems Administrator
bepress
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2016-04-28 01:55:48 | Re: BUG #14041: transaction_read_only documentation |
Previous Message | Joe Steffee | 2016-04-27 22:47:19 | Re: BUG #14117: psql and pg_dump commands should use ENV perl |