We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807a40c commit 5cfd5bbCopy full SHA for 5cfd5bb
contrib/pg_upgrade/exec.c
@@ -290,7 +290,6 @@ check_bin_dir(ClusterInfo *cluster)
290
if (cluster == &new_cluster)
291
{
292
/* these are only needed in the new cluster */
293
- validate_exec(cluster->bindir, "pg_config");
294
validate_exec(cluster->bindir, "psql");
295
validate_exec(cluster->bindir, "pg_dumpall");
296
}
0 commit comments