mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Document that perl needs to be indented during the pgindent run.
This commit is contained in:
parent
43dc4adf58
commit
7260a0d00a
2 changed files with 4 additions and 6 deletions
|
|
@ -9,12 +9,6 @@ the libpq frontend library. For more information, see the documentation
|
||||||
chapter "Installation on Windows".
|
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
|
Notes about Visual Studio Express
|
||||||
---------------------------------
|
---------------------------------
|
||||||
To build PostgreSQL using Visual Studio Express, the Platform SDK
|
To build PostgreSQL using Visual Studio Express, the Platform SDK
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,10 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
|
||||||
gmake -C contrib install
|
gmake -C contrib install
|
||||||
gmake installcheck-world
|
gmake installcheck-world
|
||||||
|
|
||||||
|
8) Indent the Perl MSVC code:
|
||||||
|
|
||||||
|
cd src/tools/msvc
|
||||||
|
perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue