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

Commitc4c493f

Browse files
committed
pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src
FTP support will be removed from ftp.postgresql.org in months, but httpstill works. Typedefs already used http.
1 parentda07596 commitc4c493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ sub run_build
462462
$ENV{PGTYPEDEFS} = abs_path('tmp_typedefs.list');
463463

464464
my$pg_bsd_indent_url =
465-
"ftp://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
465+
"http://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
466466
.$INDENT_VERSION
467467
.".tar.gz";
468468

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp