From 8f466a28da28235fe2b3e919ae8267f8eef1db64 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 15 Jun 2012 22:50:02 -0400
Subject: [PATCH] In pgindent, suppress reading the perltidy RC file using
 --noprofile.

---
 src/tools/pgindent/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index f3091da0cc5..191a8f2122c 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -46,7 +46,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
 
 9) Indent the Perl code:
 
-	find . -name \*.pl -o -name \*.pm | xargs perltidy \
+	find . -name \*.pl -o -name \*.pm | xargs perltidy --noprofile \
 	--backup-and-modify-in-place --opening-brace-on-new-line \
 	--vertical-tightness=2 --vertical-tightness-closing=2 \
 	--nospace-after-keyword=for --nospace-for-semicolon \
-- 
GitLab