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
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
---------------------------------------------------------------------------