]> granicus.if.org Git - postgresql/commitdiff
pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src
authorBruce Momjian <bruce@momjian.us>
Tue, 9 May 2017 13:28:44 +0000 (09:28 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 9 May 2017 13:28:44 +0000 (09:28 -0400)
FTP support will be removed from ftp.postgresql.org in months, but http
still works.  Typedefs already used http.

src/tools/pgindent/pgindent

index 0f3a1ba69a7801abc9b338f9a8376f16c3a904b7..a4c101bef7e11551b0c1d04a67542962101b61b1 100755 (executable)
@@ -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";