mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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
3440583051
commit
67503753a7
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue