Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6750375

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 parent3440583 commit6750375

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)

[8]ページ先頭

©2009-2025 Movatter.jp