Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98c356c

Browse files
committed
Wording improvements to README.
1 parent 55d1402 commit 98c356c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/tools/pgindent/README

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
pgindent
44
========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
1212

1313
wget -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

1817
gmake maintainer-clean
1918

@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
3231

3332
We have standardized on NetBSD's indent. We have fixed a few bugs which
3433
requre 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

3736
GNU indent, version 2.2.6, has several problems, and is not recommended.
3837
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/
5251
are excluded because those files are imported from an external project,
5352
not maintained locally, and are machine-generated anyway.
5453

55-
YY_INPUT
56-
5754
---------------------------------------------------------------------------
5855

5956
Obsolete typedef list creation instructions:

0 commit comments

Comments
 (0)