Re: BUG #18081: Spurious "function with OID ###### does not exist" error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18081: Spurious "function with OID ###### does not exist" error
Date
Msg-id 1162140.1693841455@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18081: Spurious "function with OID ###### does not exist" error  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18081: Spurious "function with OID ###### does not exist" error  (Branko Radovanovic <branko.radovanovic.zg@gmail.com>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18082: coredump during initdb
Next
From: James Stuart
Date:
Subject: UPDATE mentions the RETURNING * syntax but does not mention RETURNING * INTO ...