Re: Command Triggers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Command Triggers
Дата
Msg-id 1329426351-sup-5633@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Re: Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Re: Command Triggers  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
Excerpts from Dimitri Fontaine's message of jue feb 16 14:42:26 -0300 2012:
> Hi,
>
> Please find attached version 8 of the patch, which fixes most of your
> complaints.

Hi,

I didn't like the new cmdtrigger.h file.  It's included by a lot of
other headers, and it's also itself including execnodes.h and
parsenodes.h which means practically the whole lot of the source tree
is included in turn.  If you could split it, so that the struct
definition is in a different file that's only included by the few .c
files that actually use that struct, I'd be much happier.

... after looking at it more closely, I think only this line needs to be
in a separate file:

typedef struct CommandContextData *CommandContext;

and that file is included by other headers; they don't need the function
declarations or the struct definition.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Command Triggers