Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf61bd73

Browse files
committed
Update URLs in pgindent source and README
Website and buildfarm is https, not http, and the ftp protocol will beshut down shortly.
1 parent1c9b6e8 commitf61bd73

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.listhttp://buildfarm.postgresql.org/cgi-bin/typedefs.pl
34+
wget -O src/tools/pgindent/typedefs.listhttps://buildfarm.postgresql.org/cgi-bin/typedefs.pl
3535

36-
(Seehttp://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full
36+
(Seehttps://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)

[8]ページ先頭

©2009-2025 Movatter.jp