diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-12-17 02:02:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-12-17 02:02:48 +0000 |
commit | 812bf6984b00d72309fd9d5e36149331456add3f (patch) | |
tree | 4d8ebd164c20aee53e04d72bafb548dc3b8b8f85 /src | |
parent | 55cfdd4400090add79ddcac9c2092e9dc9f2ed31 (diff) | |
download | postgresql-812bf6984b00d72309fd9d5e36149331456add3f.tar.gz postgresql-812bf6984b00d72309fd9d5e36149331456add3f.zip |
Mention use all configure options when getting pgindent typedefs.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 60c1dea5acc..c98df9698b5 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -3,20 +3,22 @@ files. To use pgindent: -1) Build the source tree with _debug_ symbols and install +1) Build the source tree with _debug_ symbols and all possible configure options -2) Install all /contrib libraries +2) Install to /usr/local/pgsql -3) Get the list of _current_ typedefs by running: +3) Install all /contrib libraries + +4) Get the list of _current_ typedefs by running: src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib -4) Add the typedef output to the pgindent script. +5) Add the typedef output to the pgindent script. -5) Run 'gmake distclean' from the top of the source tree to remove any +6) Run 'gmake distclean' from the top of the source tree to remove any derived C files. -6) From the top of the source tree, run: +7) From the top of the source tree, run: find . -name '*.[ch]' -type f -print | egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' | |