1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Doc: update pgindent/README.

I missed updating this when we pulled pg_bsd_indent into the tree.
This commit is contained in:
Tom Lane
2023-04-02 20:01:34 -04:00
parent 6af1793954
commit 2e6ba13152

View File

@ -10,9 +10,9 @@ http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html
PREREQUISITES: PREREQUISITES:
1) Install pg_bsd_indent in your PATH. Fetch its source code with 1) Install pg_bsd_indent in your PATH. Its source code is in the
git clone https://git.postgresql.org/git/pg_bsd_indent.git sibling directory src/tools/pg_bsd_indent; see the directions
then follow the directions in README.pg_bsd_indent therein. in that directory's README file.
2) Install perltidy. Please be sure it is version 20170521 (older and newer 2) Install perltidy. Please be sure it is version 20170521 (older and newer
versions make different formatting choices, and we want consistency). versions make different formatting choices, and we want consistency).