File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ DOING THE INDENT RUN:
3131
32323) Download the latest typedef file from the buildfarm:
3333
34- wget -O src/tools/pgindent/typedefs.list http ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
34+ wget -O src/tools/pgindent/typedefs.list https ://buildfarm.postgresql.org/cgi-bin/typedefs.pl
3535
36- (See http ://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
36+ (See https ://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
3737 list of typedef files, if you want to indent some back branch.)
3838
39394) Run pgindent on the C files:
@@ -109,7 +109,7 @@ BSD indent
109109We have standardized on NetBSD's indent, and renamed it pg_bsd_indent.
110110We have fixed a few bugs which requre the NetBSD source to be patched
111111with indent.bsd.patch patch. A fully patched version is available at
112- ftp ://ftp.postgresql.org/pub/dev.
112+ https ://ftp.postgresql.org/pub/dev.
113113
114114GNU indent, version 2.2.6, has several problems, and is not recommended.
115115These bugs become pretty major when you are doing >500k lines of code.
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ sub run_build
452452 chdir " $code_base /src/tools/pgindent" ;
453453
454454 my $typedefs_list_url =
455- " http ://buildfarm.postgresql.org/cgi-bin/typedefs.pl" ;
455+ " https ://buildfarm.postgresql.org/cgi-bin/typedefs.pl" ;
456456
457457 my $rv = getstore($typedefs_list_url , " tmp_typedefs.list" );
458458
@@ -462,7 +462,7 @@ sub run_build
462462 $ENV {PGTYPEDEFS } = abs_path(' tmp_typedefs.list' );
463463
464464 my $pg_bsd_indent_url =
465- " http ://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
465+ " https ://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
466466 . $INDENT_VERSION
467467 . " .tar.gz" ;
468468
You can’t perform that action at this time.
0 commit comments