Re: pgsql: Prevent certain symbols that are used for both typedefs and

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Prevent certain symbols that are used for both typedefs and
Дата
Msg-id 10630.1132066418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Prevent certain symbols that are used for both typedefs and  (momjian@svr1.postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Prevent certain symbols that are used for both  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
momjian@svr1.postgresql.org (Bruce Momjian) writes:
> Prevent certain symbols that are used for both typedefs and variable
> names from being added to pgindent's typedef list.  The existance of
> them caused weird formatting in the date/type files, and in keywords.c.

Maybe it would be better to do some judicious renaming in the sources
to avoid the conflicts?  ISTM that failing to mark a typedef as such
will inevitably result in bad formatting of code that uses the name
as a typedef.

            regards, tom lane

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Prevent certain symbols that are used for both typedefs and
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Prevent certain symbols that are used for both