1- $PostgreSQL: pgsql/src/tools/pgindent/README,v 1.36 2010/02/26 15:42:36 momjian Exp $
1+ $PostgreSQL: pgsql/src/tools/pgindent/README,v 1.37 2010/02/26 15:57:34 momjian Exp $
22
33pgindent
44========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
1212
1313wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
1414
15- 3) Clean out all derived files (pgindent has trouble with one of the
16- flex macros):
15+ 3) Remove all derived files (pgindent has trouble with one of the flex macros):
1716
1817gmake maintainer-clean
1918
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
3231
3332We have standardized on NetBSD's indent. We have fixed a few bugs which
3433requre the NetBSD source to be patched with indent.bsd.patch patch. A
35- fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
34+ fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
3635
3736GNU indent, version 2.2.6, has several problems, and is not recommended.
3837These bugs become pretty major when you are doing >500k lines of code.
@@ -52,8 +51,6 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
5251are excluded because those files are imported from an external project,
5352not maintained locally, and are machine-generated anyway.
5453
55- YY_INPUT
56-
5754---------------------------------------------------------------------------
5855
5956Obsolete typedef list creation instructions: