Re: GUC variable set, TODO

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: GUC variable set, TODO
Дата
Msg-id c6134v$qgl$1@news.hub.org
обсуждение исходный текст
Ответ на Re: GUC variable set, TODO  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Fabien COELHO <coelho@cri.ensmp.fr> writes:
> 
>>Ok. I understand that you suggest to Thomas that he should only touch
>>the search array to insert new pointers to guc description structures,
>>which may come from outside or be newly allocated, without touching the
>>existing static versions for internal guc variables.
> 
> 
> Right.  IIRC there are some comments about this possibility already in
> the source code.
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
> 
Thanks Fabien for explaing how the static stuff is built and 
complemented with the dynamic array.

My intention is to pursue a suggestion that Tom and Joe Conway discuss 
in the thread that eventually ended upp in the TODO item. Here's a link 
to the discussion (I should of course have included this in my original 
post):

http://archives.postgresql.org/pgsql-hackers/2004-02/msg00229.php

Kind Regards,

Thomas Hallgren



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: a couple of ideas
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Why is libpgtcl still in CVS?