Re: pgindent issue with EXEC_BACKEND-only typedefs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgindent issue with EXEC_BACKEND-only typedefs
Дата
Msg-id 21130.1197907574@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgindent issue with EXEC_BACKEND-only typedefs  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: pgindent issue with EXEC_BACKEND-only typedefs  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I don't know how to make it output the symbol names like it seems to do
> for you.

I dislike the object-file-based approach altogether, not least because
it appears to depend on unportable aspects of someBSD's objdump.

Surely there's some code out there that can find typedef names from the
source files?  Why does pgindent even need to be told this?

> I am also wondering if current GNU indent is now better suited to the
> task.  Perhaps the bugs that it had on earlier versions have since been
> fixed?  I remember checking the source code size a couple of years ago
> and it had grown by an order of magnitude or something like that.

It might be interesting to try it again.  It's been quite a few years
since anyone tried it on the PG sources, AFAIK.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgindent issue with EXEC_BACKEND-only typedefs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ecxt_scantuple has wrong TupleDesc