diff options
author | Bruce Momjian | 2010-07-06 19:26:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-07-06 19:26:28 +0000 |
commit | 9e15b476de303118c0a9301f94ce718f7a826ef0 (patch) | |
tree | d1c3d47108ad5f11a31f1ba1fba0fc636c76883d | |
parent | 239d769e7e05e0a5ef3bd6828e93e22ef3962780 (diff) |
Mention why one C file fails pgindent.
-rw-r--r-- | src/tools/pgindent/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index f50e12b7c9..1cf0629d31 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -1,4 +1,4 @@ -$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.41 2010/07/06 19:18:19 momjian Exp $ +$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.42 2010/07/06 19:26:28 momjian Exp $ pgindent ======== @@ -22,7 +22,9 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and egrep -v -f src/tools/pgindent/exclude_file_patterns | \ xargs -n100 pgindent src/tools/pgindent/typedefs.list -5) Remove any files that generate errors and restore their original versions. +5) Remove any files that generate errors and restore their original + versions, e.g. ./src/backend/tsearch/wparser_def.c has problems + because of a DECIMAL listed as a typedef. 6) Do a full test build: |