Skip to content

Commit 6750375

Browse files
committed
pg_upgrade: Remove check for pg_config
It is no longer used, but was still being checked for. bug #7548 from Reinhard Max
1 parent 3440583 commit 6750375

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/pg_upgrade/exec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ check_bin_dir(ClusterInfo *cluster)
210210
if (cluster == &new_cluster)
211211
{
212212
/* these are only needed in the new cluster */
213-
validate_exec(cluster->bindir, "pg_config");
214213
validate_exec(cluster->bindir, "psql");
215214
validate_exec(cluster->bindir, "pg_dumpall");
216215
}

0 commit comments

Comments
 (0)