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 parent8307b09 commit52783b2Copy full SHA for 52783b2
src/tools/pgindent/README
@@ -1,4 +1,4 @@
1
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.40 2010/04/01 14:44:39 adunstan Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.41 2010/07/06 19:18:19 momjian Exp $
2
3
pgindent
4
========
@@ -22,10 +22,13 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
22
egrep -v -f src/tools/pgindent/exclude_file_patterns | \
23
xargs -n100 pgindent src/tools/pgindent/typedefs.list
24
25
-5) Remove any files that generate errors.
+5) Remove any files that generate errors and restore their original versions.
26
27
6) Do a full test build:
28
29
+run configure
30
+gmake -C src install
31
+gmake -C contrib install
32
gmake installcheck-world
33
34