Re: BUG #7548: pg_upgrade still requires pg_config - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #7548: pg_upgrade still requires pg_config
Date
Msg-id 1348020398.13589.0.camel@vanquo.pezone.net
Whole thread Raw
In response to BUG #7548: pg_upgrade still requires pg_config  (max@suse.de)
List pgsql-bugs
On Mon, 2012-09-17 at 16:53 +0000, max@suse.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.

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BUG #7554: save image into database using jsp and servlet
Next
From: Craig Ringer
Date:
Subject: Re: Postgres JDBC-hibernate Problem