pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src

FTP support will be removed from ftp.postgresql.org in months, but http
still works.  Typedefs already used http.
This commit is contained in:
Bruce Momjian 2017-05-09 09:28:44 -04:00
parent da07596006
commit c4c493fd35
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ sub run_build
$ENV{PGTYPEDEFS} = abs_path('tmp_typedefs.list');
my $pg_bsd_indent_url =
"ftp://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
"http://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
. $INDENT_VERSION
. ".tar.gz";