|
3 | 3 |
|
4 | 4 | To use pgindent:
|
5 | 5 |
|
6 |
| -1) Build the source tree with _debug_ symbols andinstall |
| 6 | +1) Build the source tree with _debug_ symbols andall possible configure options |
7 | 7 |
|
8 |
| -2) Installall /contrib libraries |
| 8 | +2) Installto /usr/local/pgsql |
9 | 9 |
|
10 |
| -3) Get the list of _current_ typedefs by running: |
| 10 | +3) Install all /contrib libraries |
| 11 | + |
| 12 | +4) Get the list of _current_ typedefs by running: |
11 | 13 |
|
12 | 14 | src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
|
13 | 15 |
|
14 |
| -4) Add the typedef output to the pgindent script. |
| 16 | +5) Add the typedef output to the pgindent script. |
15 | 17 |
|
16 |
| -5) Run 'gmake distclean' from the top of the source tree to remove any |
| 18 | +6) Run 'gmake distclean' from the top of the source tree to remove any |
17 | 19 | derived C files.
|
18 | 20 |
|
19 |
| -6) From the top of the source tree, run: |
| 21 | +7) From the top of the source tree, run: |
20 | 22 |
|
21 | 23 | find . -name '*.[ch]' -type f -print |
|
22 | 24 | egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
|
|