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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18081: Spurious "function with OID ###### does not exist" error
Дата
Msg-id 1162140.1693841455@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18081: Spurious "function with OID ###### does not exist" error  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18081: Spurious "function with OID ###### does not exist" error  (Branko Radovanovic <branko.radovanovic.zg@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18082: coredump during initdb
Следующее
От: James Stuart
Дата:
Сообщение: UPDATE mentions the RETURNING * syntax but does not mention RETURNING * INTO ...