Re: Concurrent modification of plpgsql function body

From: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Concurrent modification of plpgsql function body
Date: 2008-01-07 19:06:24
Message-ID: 1199732784.63464.27.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Alex.

On Fri, 2008-01-04 at 15:36 -0500, Tom Lane wrote:
> Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com> writes:
> > I've got an application that keeps a persistent connection into the
> > database and constantly executes number of stored functions. Sometimes
> > I need to modify the implementation of those functions to change the
> > data layout, but doing that results in errors like this:
>
> > unrecognized node type: 1852387187
>
> This report is far too vague to give a useful reply to.
> What exactly do you mean by "modify the implementation"?
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message brian 2008-01-07 19:09:05 Re: many to one of many modeling question
Previous Message Clodoaldo 2008-01-07 18:59:40 Re: Performance problem. Could it be related to 8.3-beta4?