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:
parent
da07596006
commit
c4c493fd35
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user