Document that perl needs to be indented during the pgindent run.
authorBruce Momjian <bruce@momjian.us>
Tue, 29 Nov 2011 02:56:19 +0000 (21:56 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 29 Nov 2011 02:56:58 +0000 (21:56 -0500)
src/tools/msvc/README
src/tools/pgindent/README

index 58e266e11faca41ef438e7069f24a9007afe35a7..b8dd488b6f6b86971f506a702f2f2119cc048b0e 100644 (file)
@@ -9,12 +9,6 @@ the libpq frontend library. For more information, see the documentation
 chapter "Installation on Windows".
 
 
-Notes about code indention
---------------------------
-If the perl code is modified, use perltidy on it since pgindent won't
-touch perl code. Use the following commandline:
-perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm
-
 Notes about Visual Studio Express
 ---------------------------------
 To build PostgreSQL using Visual Studio Express, the Platform SDK
index 7504650292bd718153b449f3a0cbb165431c0f9e..d88c2013630c2e5f4a29998887ca25c3102e529d 100644 (file)
@@ -37,6 +37,10 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
    gmake -C contrib install
    gmake installcheck-world
 
+8) Indent the Perl MSVC code:
+
+   cd src/tools/msvc
+   perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm
 
 ---------------------------------------------------------------------------