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

Поиск
Список
Период
Сортировка
От Branko Radovanovic
Тема Re: BUG #18081: Spurious "function with OID ###### does not exist" error
Дата
Msg-id CAH70sp4QKBT75r2oVU5T80aGej8V-S3-1u0ocCwPNXS1-Ex8cw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #18081: Spurious "function with OID ###### does not exist" error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@sss.pgh.pa.us> wrote:
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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: BUG #18086: compilation failed due to epoll_create1 not present
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: BUG #18083: not compile PostgreSQL module in Qt with GCC 11.2 compiler