1
- $PostgreSQL: pgsql/src/tools/pgindent/README,v 1.31 2009/06/10 01:51:44 momjian Exp $
1
+ $PostgreSQL: pgsql/src/tools/pgindent/README,v 1.32 2010/02/26 01:40:15 momjian Exp $
2
2
3
3
pgindent
4
4
========
@@ -17,6 +17,11 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
17
17
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
18
18
xargs -n100 pgindent /tmp/typedefs.pl
19
19
20
+ 3) pgindent cannot process the YY_INPUT macro generated by flex, so remove
21
+ the generate C files so they are rebuilt:
22
+
23
+ rm -f $(find . -type f -name '*.l' -print | sed 's/l$/c/')
24
+
20
25
21
26
---------------------------------------------------------------------------
22
27
@@ -42,6 +47,8 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
42
47
are excluded because those files are imported from an external project,
43
48
not maintained locally, and are machine-generated anyway.
44
49
50
+ YY_INPUT
51
+
45
52
---------------------------------------------------------------------------
46
53
47
54
Obsolete typedef list creation instructions: