index 72d3df8f391c32daa057a05c386027cca535a88e..133c82852f8c58320c64ac2f653e7cec95728ab8 100644 (file)
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.31 2009年06月10日 01:51:44 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.32 2010年02月26日 01:40:15 momjian Exp $
pgindent
========
@@ -17,6 +17,11 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
xargs -n100 pgindent /tmp/typedefs.pl
+3) pgindent cannot process the YY_INPUT macro generated by flex, so remove
+ the generate C files so they are rebuilt:
+
+ rm -f $(find . -type f -name '*.l' -print | sed 's/l$/c/')
+
---------------------------------------------------------------------------
@@ -42,6 +47,8 @@ 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: