projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da07596
)
pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent src
author
Bruce Momjian
Tue, 9 May 2017 13:28:44 +0000
(09:28 -0400)
committer
Bruce Momjian
Tue, 9 May 2017 13:28:44 +0000
(09:28 -0400)
FTP support will be removed from ftp.postgresql.org in months, but http
still works. Typedefs already used http.
src/tools/pgindent/pgindent
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/pgindent
b/src/tools/pgindent/pgindent
index 0f3a1ba69a7801abc9b338f9a8376f16c3a904b7..a4c101bef7e11551b0c1d04a67542962101b61b1 100755
(executable)
--- a/
src/tools/pgindent/pgindent
+++ b/
src/tools/pgindent/pgindent
@@
-462,7
+462,7
@@
sub run_build
$ENV{PGTYPEDEFS} = abs_path('tmp_typedefs.list');
my $pg_bsd_indent_url =
- "
f
tp://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
+ "
ht
tp://ftp.postgresql.org/pub/dev/pg_bsd_indent-"
. $INDENT_VERSION
. ".tar.gz";