Re: Concurrent modification of plpgsql function body

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Concurrent modification of plpgsql function body
Дата
Msg-id 23770.1199733757@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Concurrent modification of plpgsql function body  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Alex Vinogradovs wrote:
>> I mean I re-create the function with the same signature but
>> different body, and when the application invokes that function
>> again, it starts getting those errors.

> Are you using CREATE OR REPLACE FUNCTION, or DROP FUNCTION followed by
> CREATE FUNCTION?

Perhaps more to the point, we need to see a complete example.  I don't
see how either way of changing a plpgsql function would result in the
described error.

            regards, tom lane

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

Предыдущее
От: Alex Vinogradovs
Дата:
Сообщение: Re: Concurrent modification of plpgsql function body
Следующее
От: Greg Smith
Дата:
Сообщение: Re: calculating shared data memory space