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 3440583 commit 6750375Copy full SHA for 6750375
contrib/pg_upgrade/exec.c
@@ -210,7 +210,6 @@ check_bin_dir(ClusterInfo *cluster)
210
if (cluster == &new_cluster)
211
{
212
/* these are only needed in the new cluster */
213
- validate_exec(cluster->bindir, "pg_config");
214
validate_exec(cluster->bindir, "psql");
215
validate_exec(cluster->bindir, "pg_dumpall");
216
}
0 commit comments