aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-26 15:57:34 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-26 15:57:34 +0000
commit98c356c8ad8b37cbf18932800a73e57d2533bba6 (patch)
tree49fd0e41a72f8d5308fd92d0eec7285e29cfafc4 /src/tools/pgindent
parent55d1402f61d1f7a8c7e5cddd2362055c6afa326b (diff)
downloadpostgresql-98c356c8ad8b37cbf18932800a73e57d2533bba6.tar.gz
postgresql-98c356c8ad8b37cbf18932800a73e57d2533bba6.zip
Wording improvements to README.
Diffstat (limited to 'src/tools/pgindent')
-rw-r--r--src/tools/pgindent/README9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 991c49f6e65..d5179c535b8 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.36 2010/02/26 15:42:36 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.37 2010/02/26 15:57:34 momjian Exp $
pgindent
========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
-3) Clean out all derived files (pgindent has trouble with one of the
- flex macros):
+3) Remove all derived files (pgindent has trouble with one of the flex macros):
gmake maintainer-clean
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
We have standardized on NetBSD's indent. We have fixed a few bugs which
requre the NetBSD source to be patched with indent.bsd.patch patch. A
-fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
+fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
GNU indent, version 2.2.6, has several problems, and is not recommended.
These 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/
are excluded because those files are imported from an external project,
not maintained locally, and are machine-generated anyway.
-YY_INPUT
-
---------------------------------------------------------------------------
Obsolete typedef list creation instructions: