Skip to content

Commit f61bd73

Browse files
committed
Update URLs in pgindent source and README
Website and buildfarm is https, not http, and the ftp protocol will be shut down shortly.
1 parent 1c9b6e8 commit f61bd73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/tools/pgindent/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ DOING THE INDENT RUN:
3131

3232
3) 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

3939
4) Run pgindent on the C files:
@@ -109,7 +109,7 @@ BSD indent
109109
We have standardized on NetBSD's indent, and renamed it pg_bsd_indent.
110110
We have fixed a few bugs which requre the NetBSD source to be patched
111111
with 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

114114
GNU indent, version 2.2.6, has several problems, and is not recommended.
115115
These bugs become pretty major when you are doing >500k lines of code.

src/tools/pgindent/pgindent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy