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 $
2
2
3
3
pgindent
4
4
========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
12
12
13
13
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
14
14
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):
17
16
18
17
gmake maintainer-clean
19
18
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
32
31
33
32
We have standardized on NetBSD's indent. We have fixed a few bugs which
34
33
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.
36
35
37
36
GNU indent, version 2.2.6, has several problems, and is not recommended.
38
37
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/
52
51
are excluded because those files are imported from an external project,
53
52
not maintained locally, and are machine-generated anyway.
54
53
55
- YY_INPUT
56
-
57
54
---------------------------------------------------------------------------
58
55
59
56
Obsolete typedef list creation instructions:
0 commit comments