Commit 9e15b476 authored by Bruce Momjian's avatar Bruce Momjian

Mention why one C file fails pgindent.

parent 239d769e
$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 pgindent
======== ========
...@@ -22,7 +22,9 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and ...@@ -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 | \ egrep -v -f src/tools/pgindent/exclude_file_patterns | \
xargs -n100 pgindent src/tools/pgindent/typedefs.list 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: 6) Do a full test build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment