Commit c7fda55c authored by Bruce Momjian's avatar Bruce Momjian

Update pgindent readme.

parent b830e933
This can format all PostgreSQL *.c and *.h files, excluding libpq++,
*.y, and *.l files.
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and *.l
files.
Get the list of typedef's included in pgindent by running this on the
pgsql/bin directory:
/src/tools/find_typedef
and update the list in pgindent. This requires debug symbols.
and update the list in pgindent. This requires the binaries have debug
symbols.
From the top directory, run:
......@@ -38,6 +39,7 @@ following options:
find . \( -name '*.java' -o -name '*.java.in' \) -print |
xargs -n100 pgjindent
---------------------------------------------------------------------------
For cpp, we use astyle, http://astyle.sourceforge.net/, with the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment