We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a754d7 commit 6c8f69cCopy full SHA for 6c8f69c
src/tools/pgindent/README
@@ -9,7 +9,10 @@ running this on the pgsql/bin and pgsql/lib directories:
9
and update the list in pgindent. This requires the binaries have
10
_debug_ symbols.
11
12
-2) From the top directory, run:
+2) Run 'gmake distclean' from the top of the source tree to remove any
13
+ derived C files.
14
+
15
+3) From the top directory, run:
16
17
find . -name '*.[ch]' -type f -print |
18
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
0 commit comments