From c4c493fd3581dfbce45e903b87e12eea508f47e4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 May 2017 09:28:44 -0400 Subject: [PATCH] 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. --- src/tools/pgindent/pgindent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 0f3a1ba69a..a4c101bef7 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -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";