Re: Concurrent modification of plpgsql function body - Mailing list pgsql-general

From Tom Lane
Subject Re: Concurrent modification of plpgsql function body
Date
Msg-id 23770.1199733757@sss.pgh.pa.us
Whole thread Raw
In response to Re: Concurrent modification of plpgsql function body  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Alex Vinogradovs
Date:
Subject: Re: Concurrent modification of plpgsql function body
Next
From: Greg Smith
Date:
Subject: Re: calculating shared data memory space