From: Magnus Hagander Date: Tue, 23 May 2017 18:04:53 +0000 (-0400) Subject: Update URLs in pgindent source and README X-Git-Tag: REL9_2_22~56 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8a294d1744be395c9315388ae5bb4b52cbbe386d;p=postgresql.git Update URLs in pgindent source and README Website and buildfarm is https, not http, and the ftp protocol will be shut down shortly. --- diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index fa64390baaf..5bad213dd19 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -14,7 +14,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and 4) Download the typedef file from the buildfarm: - wget -O src/tools/pgindent/typedefs.list http://buildfarm.postgresql.org/cgi-bin/typedefs.pl + wget -O src/tools/pgindent/typedefs.list https://buildfarm.postgresql.org/cgi-bin/typedefs.pl 5) Remove all derived files (pgindent has trouble with one of the flex macros): @@ -57,7 +57,7 @@ BSD indent We have standardized on NetBSD's indent, and renamed it pg_bsd_indent. We have fixed a few bugs which requre the NetBSD source to be patched with indent.bsd.patch patch. A fully patched version is available at -ftp://ftp.postgresql.org/pub/dev. +https://ftp.postgresql.org/pub/dev. GNU indent, version 2.2.6, has several problems, and is not recommended. These bugs become pretty major when you are doing >500k lines of code.