@@ -30,9 +30,9 @@ DOING THE INDENT RUN:
30
30
31
31
3) Download the latest typedef file from the buildfarm:
32
32
33
- wget -O src/tools/pgindent/typedefs.listhttp ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
33
+ wget -O src/tools/pgindent/typedefs.listhttps ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
34
34
35
- (Seehttp ://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
35
+ (Seehttps ://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
36
36
list of typedef files, if you want to indent some back branch.)
37
37
38
38
4) Run pgindent on the C files:
@@ -108,7 +108,7 @@ BSD indent
108
108
We have standardized on NetBSD's indent, and renamed it pg_bsd_indent.
109
109
We have fixed a few bugs which requre the NetBSD source to be patched
110
110
with indent.bsd.patch patch. A fully patched version is available at
111
- ftp ://ftp.postgresql.org/pub/dev.
111
+ https ://ftp.postgresql.org/pub/dev.
112
112
113
113
GNU indent, version 2.2.6, has several problems, and is not recommended.
114
114
These bugs become pretty major when you are doing >500k lines of code.