We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1cc8fb8 commit55cfdd4Copy full SHA for 55cfdd4
src/tools/pgindent/README
@@ -5,16 +5,18 @@ To use pgindent:
5
6
1) Build the source tree with _debug_ symbols and install
7
8
-2) Get the list of _current_ typedefs by running:
+2) Install all /contrib libraries
9
+
10
+3) Get the list of _current_ typedefs by running:
11
12
src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
13
-3) Add the typedef output to the pgindent script.
14
+4) Add the typedef output to the pgindent script.
15
-4) Run 'gmake distclean' from the top of the source tree to remove any
16
+5) Run 'gmake distclean' from the top of the source tree to remove any
17
derived C files.
18
-5) From the top of the source tree, run:
19
+6) From the top of the source tree, run:
20
21
find . -name '*.[ch]' -type f -print |
22
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |