Re: [GENERAL] Feature enhancement request : use of libgda

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Feature enhancement request : use of libgda
Дата
Msg-id 15118.1013457758@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Feature enhancement request : use of libgda  (Jan Wieck <janwieck@yahoo.com>)
Список pgsql-hackers
Jan Wieck <janwieck@yahoo.com> writes:
>     Now it might be possible to tell  your  function  handler  to
>     recompile that function at the next call without changing the
>     OID, but how do you tell the function  handlers  in  all  the
>     other  concurrently running backends to do so after finishing
>     their current transaction?

This is in fact all dealt with for CREATE OR REPLACE FUNCTION, but
Jan's point holds also for CREATE OR REPLACE other-stuff.  The syntax
change alone is the least of one's worries when implementing such
things.

We were foolish enough to accept a patch for CREATE OR REPLACE FUNCTION
that did not deal with propagating the changes, and had to do a lot of
work to clean up after it.  We will not be so forgiving next time...

            regards, tom lane

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: GiST on 64-bit box
Следующее
От: Dave Page
Дата:
Сообщение: Re: [GENERAL] Feature enhancement request : use of libg