From 0ec0e2095579ca16fb4f3aee086e57fd1a7533eb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 22 Apr 2023 11:52:46 -0400 Subject: [PATCH] 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. --- src/tools/pgindent/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index bfb786f786f..43c736b0a11 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.