Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3440583
)
pg_upgrade: Remove check for pg_config
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Sep 2012 01:53:34 +0000
(21:53 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Sep 2012 02:05:14 +0000
(22:05 -0400)
It is no longer used, but was still being checked for.
bug #7548 from Reinhard Max
contrib/pg_upgrade/exec.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/exec.c
b/contrib/pg_upgrade/exec.c
index b632584d5c42fb3a17c928f990bacb6d90d15c3d..02804629f387063de52532e1d1d43cb7ec3a04b4 100644
(file)
--- a/
contrib/pg_upgrade/exec.c
+++ b/
contrib/pg_upgrade/exec.c
@@
-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");
}