1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

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

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";