Re: pgsql: Mention why one C file fails pgindent.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Mention why one C file fails pgindent.
Дата
Msg-id 4C33A14B.4060103@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Mention why one C file fails pgindent.  (momjian@postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Mention why one C file fails pgindent.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Support setting the keepalive idle time on MacOS X.
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Add note that using PL/Python 2 and 3 in the same session will