BUG #7548: pg_upgrade still requires pg_config

From: max(at)suse(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7548: pg_upgrade still requires pg_config
Date: 2012-09-17 16:53:20
Message-ID: E1TDeZU-0008TY-Ld@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: 7548
Logged by: Reinhard Max
Email address: max(at)suse(dot)de
PostgreSQL version: 9.1.5
Operating system: openSUSE
Description:

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Freddie Burgess 2012-09-17 17:23:08 Re: Postgres JDBC-hibernate Problem
Previous Message stuart 2012-09-17 10:28:49 BUG #7546: Backups on hot standby cancelled despite hot_standby=on