mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05:00
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:
parent
807a40c551
commit
5cfd5bb15b
1 changed files with 0 additions and 1 deletions
|
|
@ -290,7 +290,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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue