Commit 5cfd5bb1 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_upgrade: Remove check for pg_config

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

bug #7548 from Reinhard Max
parent 807a40c5
...@@ -290,7 +290,6 @@ check_bin_dir(ClusterInfo *cluster) ...@@ -290,7 +290,6 @@ check_bin_dir(ClusterInfo *cluster)
if (cluster == &new_cluster) if (cluster == &new_cluster)
{ {
/* these are only needed in the 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, "psql");
validate_exec(cluster->bindir, "pg_dumpall"); validate_exec(cluster->bindir, "pg_dumpall");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment