summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-04-02 20:01:34 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-04-02 20:01:34 -0400
commit2e6ba13152624a837b67996eadfc58e75126071f (patch)
tree6cd315dcde666c3dfbfdf6c4f6f85744620d4980
parent6af1793954e8c5e753af83c3edb37ed3267dd179 (diff)
downloadpostgresql-2e6ba13152624a837b67996eadfc58e75126071f.tar.gz
Doc: update pgindent/README.
I missed updating this when we pulled pg_bsd_indent into the tree.
-rw-r--r--src/tools/pgindent/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index ea41aae25d..bfb786f786 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -10,9 +10,9 @@ http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html
PREREQUISITES:
-1) Install pg_bsd_indent in your PATH. Fetch its source code with
- git clone https://git.postgresql.org/git/pg_bsd_indent.git
- then follow the directions in README.pg_bsd_indent therein.
+1) Install pg_bsd_indent in your PATH. Its source code is in the
+ sibling directory src/tools/pg_bsd_indent; see the directions
+ in that directory's README file.
2) Install perltidy. Please be sure it is version 20170521 (older and newer
versions make different formatting choices, and we want consistency).