Re: BUG #18081: Spurious "function with OID ###### does not exist" error

From: Branko Radovanovic <branko(dot)radovanovic(dot)zg(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18081: Spurious "function with OID ###### does not exist" error
Date: 2023-09-05 11:57:35
Message-ID: CAH70sp4QKBT75r2oVU5T80aGej8V-S3-1u0ocCwPNXS1-Ex8cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

My mistake apparently, I got this on 13.5 originally and then I tested on
what I thought was 14.9, but it seems that was actually 14.4 - can't check
at the moment. I hadn't been able to find information on this particular
issue. Thanks, glad to see it fixed!

Best regards,
Branko Radovanovic

On Mon, Sep 4, 2023 at 5:30 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> > PostgreSQL version: 13.5
>
> > When executing the following sequence of statements:
> > ...
> > ...which is as expected, while statement #B will throw an error:
> > SQL Error [42883]: ERROR: function with OID 102048 does
> not exist
> > Where: SQL statement "CALL proc()"
> > PL/pgSQL function test1() line 3 at CALL
>
> It works as expected for me in current branch tips (including 13.12
> and 14.9). I recall we made some fixes in plancache management that
> probably explain your issue, but I don't recall details.
>
> regards, tom lane
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniel Gustafsson 2023-09-05 12:55:39 Re: BUG #18083: not compile PostgreSQL module in Qt with GCC 11.2 compiler
Previous Message Daniel Gustafsson 2023-09-05 11:51:28 Re: BUG #18086: compilation failed due to epoll_create1 not present