Re: BUG #7548: pg_upgrade still requires pg_config

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: max(at)suse(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7548: pg_upgrade still requires pg_config
Date: 2012-09-19 02:06:38
Message-ID: 1348020398.13589.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 2012-09-17 at 16:53 +0000, max(at)suse(dot)de wrote:
> It looks like the attempt to remove pg_upgrade's dependency on pg_config
> (http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=2815574) was
> incomplete, since contrib/pg_upgrade/exec.c still contains the line
>
> validate_exec(cluster->bindir, "pg_config");
>
> which makes pg_upgrade refuse to run when pg_config can't be found.

Fixed.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2012-09-19 05:31:07 Re: Postgres JDBC-hibernate Problem
Previous Message Craig Ringer 2012-09-19 00:18:20 Re: BUG #7554: save image into database using jsp and servlet