aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-04-25 13:58:39 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-04-25 13:58:39 -0400
commit46cda5bf7bc209554b3c1bbb3040b45735387e0c (patch)
treebb45d39f1f29648d4ddcc38c05fdafc6ca27b268 /src
parent4eaf7eaccb291f5d32d9f05284bfca9c5744de9a (diff)
downloadpostgresql-46cda5bf7bc209554b3c1bbb3040b45735387e0c.tar.gz
postgresql-46cda5bf7bc209554b3c1bbb3040b45735387e0c.zip
Change pgindent/README to specify that we use perltidy version 20170521.
Per discussion, this is now the project's standard version. Update the obsolete URL, and explain how to install a specific version. Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index ae425da285e..dce80285970 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -14,9 +14,14 @@ PREREQUISITES:
git clone https://git.postgresql.org/git/pg_bsd_indent.git
then follow the directions in README.pg_bsd_indent therein.
-2) Install perltidy. Please be sure it is v20090616 (older and newer
- versions make different formatting choices, and we want consistency). See
- https://sourceforge.net/projects/perltidy/files/perltidy/perltidy-20090616/
+2) Install perltidy. Please be sure it is version 20170521 (older and newer
+ versions make different formatting choices, and we want consistency).
+ You can get the correct version from
+ https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/
+ To install, follow the usual install process for a Perl module
+ ("man perlmodinstall" explains it). Or, if you have cpan installed,
+ this should work:
+ cpan SHANCOCK/Perl-Tidy-20170521.tar.gz
DOING THE INDENT RUN: