Doc: update pgindent/README some more.
authorTom Lane <[email protected]>
Sat, 22 Apr 2023 15:52:46 +0000 (11:52 -0400)
committerTom Lane <[email protected]>
Sat, 22 Apr 2023 15:52:46 +0000 (11:52 -0400)
In commit 2e6ba1315, I missed that there was a redundant
second reference to pg_bsd_indent's old repo.

src/tools/pgindent/README

index bfb786f786f66cec2dc3d2fbfd87e3762af22f13..43c736b0a110b45eb44d7bc1a5cddacecfdea8fb 100644 (file)
@@ -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.