projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc6ff4
)
Suggest gmake installcheck-world for pgindent testing.
author
Bruce Momjian
Fri, 26 Feb 2010 18:00:15 +0000
(18:00 +0000)
committer
Bruce Momjian
Fri, 26 Feb 2010 18:00:15 +0000
(18:00 +0000)
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index 86af4ab23f79e2cffd41573f9362a41a644c3b43..fa77458354776cf33d4fd753e9e7752ef14bedd1 100644
(file)
--- a/
src/tools/pgindent/README
+++ b/
src/tools/pgindent/README
@@
-1,4
+1,4
@@
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.3
8 2010/02/26 17:07:5
5 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.3
9 2010/02/26 18:00:1
5 momjian Exp $
pgindent
========
@@
-26,7
+26,9
@@
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
5) Remove any files that generate errors.
-6) Do a full test build.
+6) Do a full test build:
+
+ gmake installcheck-world
---------------------------------------------------------------------------