Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL
Дата
Msg-id 2135978.1611631999@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> [ plpgsql-plan-cache-for-call-3.patch ]

Pushed with some additional cleanup.

It strikes me that we ought to get rid of SPI_execute_with_receiver
(which has been added since v13) in favor of a "SPI_execute_extended"
that shares the same options struct as SPI_execute_plan_extended.
But I left that for tomorrow.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Add SQL function for SHA1
Следующее
От: Sehrope Sarkuni
Дата:
Сообщение: Re: Add SQL function for SHA1