Re: pg_guc

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pg_guc
Дата
Msg-id 200306270852.56350.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: pg_guc  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_guc  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_guc  (Aizaz Ahmed <aahmed@redhat.com>)
Список pgsql-hackers
Tom,

> Aizaz, if you look at backend/main/main.c it should be pretty obvious
> how to handle this --- it's just like bootstrap mode.  main.c kicks off
> control to GucInfoMain or whatever we call it, and then that routine
> can act pretty much the same as if it were the actual main() of a
> standalone pg_guc.  This also eliminates the need for VARADDR() and a
> lot of the other thrashing about we were doing to allow creation of
> a standalone variable table ... in fact, I think quite a large
> percentage of the patch disappears ...

Are you suggesting putting a copy of the list of GUCs in a system table?  I'd 
be for that ....

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Thomas Swan
Дата:
Сообщение: Re: Two weeks to feature freeze
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_guc