summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-04-22 11:52:46 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-04-22 11:52:46 -0400
commit0ec0e2095579ca16fb4f3aee086e57fd1a7533eb (patch)
tree0c074594fbdcf3886753b5a611e6293bb21a8ac7
parent5cd1a5af4d17496a58678c8eb7ab792119c2d723 (diff)
downloadpostgresql-0ec0e2095579ca16fb4f3aee086e57fd1a7533eb.tar.gz
Doc: update pgindent/README some more.
In commit 2e6ba1315, I missed that there was a redundant second reference to pg_bsd_indent's old repo.
-rw-r--r--src/tools/pgindent/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index bfb786f786..43c736b0a1 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -129,8 +129,8 @@ BSD indent
We have standardized on FreeBSD's indent, and renamed it pg_bsd_indent.
pg_bsd_indent does differ slightly from FreeBSD's version, mostly in
-being more easily portable to non-BSD platforms. You can obtain it from
-https://git.postgresql.org/git/pg_bsd_indent.git
+being more easily portable to non-BSD platforms. Find it in the
+sibling directory src/tools/pg_bsd_indent.
GNU indent, version 2.2.6, has several problems, and is not recommended.
These bugs become pretty major when you are doing >500k lines of code.