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 $
22
33pgindent
44========
@@ -17,6 +17,11 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
1717egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
1818xargs -n100 pgindent /tmp/typedefs.pl
1919
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+
2025
2126---------------------------------------------------------------------------
2227
@@ -42,6 +47,8 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
4247are excluded because those files are imported from an external project,
4348not maintained locally, and are machine-generated anyway.
4449
50+ YY_INPUT
51+
4552---------------------------------------------------------------------------
4653
4754Obsolete typedef list creation instructions: