Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5cfd5bb

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 807a40c commit 5cfd5bb

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
@@ -290,7 +290,6 @@ check_bin_dir(ClusterInfo *cluster)
290290
if (cluster == &new_cluster)
291291
{
292292
/* these are only needed in the new cluster */
293-
validate_exec(cluster->bindir, "pg_config");
294293
validate_exec(cluster->bindir, "psql");
295294
validate_exec(cluster->bindir, "pg_dumpall");
296295
}

0 commit comments

Comments
 (0)