pg_upgrade: Remove check for pg_config

It is no longer used, but was still being checked for.

bug #7548 from Reinhard Max
This commit is contained in:
Peter Eisentraut 2012-09-18 21:53:34 -04:00
parent 3440583051
commit 67503753a7

View file

@ -210,7 +210,6 @@ check_bin_dir(ClusterInfo *cluster)
if (cluster == &new_cluster)
{
/* these are only needed in the new cluster */
validate_exec(cluster->bindir, "pg_config");
validate_exec(cluster->bindir, "psql");
validate_exec(cluster->bindir, "pg_dumpall");
}