Re: pgsql: Modify interactions between sinval.c and sinvaladt.c.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Modify interactions between sinval.c and sinvaladt.c.
Дата
Msg-id 20080317115104.GA6083@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pgsql: Modify interactions between sinval.c and sinvaladt.c.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> alvherre@postgresql.org (Alvaro Herrera) writes:
> > Modify interactions between sinval.c and sinvaladt.c.  The code that actually
> > deals with the queue, including locking etc, is all in sinvaladt.c.  This means
> > that the struct definition of the queue, and the queue pointer, are now
> > internal "implementation details" inside sinvaladt.c.
>
> This looks good, but I wonder why you didn't move struct ProcState
> into sinvaladt.c as well?

I didn't notice that, thanks.  Done.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Move ProcState definition into sinvaladt.c from sinvaladt.h,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Revert thinko introduced into prefix_selectivity() by my recent