Bruce Momjian wrote:
> Log Message:
> -----------
> Mention why one C file fails pgindent.
>
> Modified Files:
> --------------
> pgsql/src/tools/pgindent:
> README (r1.41 -> r1.42)
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README?r1=1.41&r2=1.42)
>
>
Why not add the file that breaks to
src/tools/pgindent/exclude_file_patterns? (And also maybe the file Tom
just fixed).
And ISTM we should have a list of typdefs for pgindent to ignore anyway.
Currently, the buildfarm ignores:
'date','interval','timestamp','ANY'
We should probably add 'DECIMAL' to that list.
But really, this list should probably be part of pgindent, not of the
typedef finding code.
cheers
andrew