File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.list http ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
33
+ wget -O src/tools/pgindent/typedefs.list https ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
34
34
35
- (See http ://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
35
+ (See https ://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.
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ sub run_build
453
453
chdir " $code_base /src/tools/pgindent" ;
454
454
455
455
my $typedefs_list_url =
456
- " http ://buildfarm.postgresql.org/cgi-bin/typedefs.pl" ;
456
+ " https ://buildfarm.postgresql.org/cgi-bin/typedefs.pl" ;
457
457
458
458
my $rv = getstore($typedefs_list_url , " tmp_typedefs.list" );
459
459
@@ -463,7 +463,7 @@ sub run_build
463
463
$ENV {PGTYPEDEFS } = abs_path(' tmp_typedefs.list' );
464
464
465
465
my $pg_bsd_indent_url =
466
- " ftp ://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
466
+ " https ://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
467
467
. $INDENT_VERSION
468
468
. " .tar.gz" ;
469
469
You can’t perform that action at this time.
0 commit comments