Update URLs in pgindent source and README
Website and buildfarm is https, not http, and the ftp protocol will be shut down shortly.
This commit is contained in:
parent
798d2321ec
commit
8a294d1744
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user