Re: Segment fault when excuting SPI function On PG with commit 41c6a5be

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Segment fault when excuting SPI function On PG with commit 41c6a5be
Дата
Msg-id YRImF0/J7HQlpkPa@paquier.xyz
обсуждение исходный текст
Ответ на Re: Segment fault when excuting SPI function On PG with commit 41c6a5be  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jul 30, 2021 at 11:22:43AM -0400, Tom Lane wrote:
> Happy to make it so.  Anyone have suggestions about the wording of
> the message?

For the archives, this has been applied as of ef12f32, and the new
message seems explicit enough:
+   if (unlikely(portal == NULL))
+       elog(ERROR, "cannot execute SQL without an outer snapshot or portal");
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: fix DECLARE tab completion
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] test/ssl: rework the sslfiles Makefile target