1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Document that perl needs to be indented during the pgindent run.

This commit is contained in:
Bruce Momjian
2011-11-28 21:56:19 -05:00
parent 43dc4adf58
commit 7260a0d00a
2 changed files with 4 additions and 6 deletions

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