Re: Support json_errdetail in FRONTEND builds

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Support json_errdetail in FRONTEND builds
Дата
Msg-id F93F2ABC-1F41-4E82-BD00-58013A160054@yesql.se
обсуждение исходный текст
Ответ на Re: Support json_errdetail in FRONTEND builds  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Support json_errdetail in FRONTEND builds  (Michael Paquier <michael@paquier.xyz>)
Re: Support json_errdetail in FRONTEND builds  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> On 15 Mar 2024, at 21:56, Andrew Dunstan <andrew@dunslane.net> wrote:
> On Fri, Mar 15, 2024 at 10:15 AM Tom Lane <tgl@sss.pgh.pa.us <mailto:tgl@sss.pgh.pa.us>> wrote:
> Daniel Gustafsson <daniel@yesql.se <mailto:daniel@yesql.se>> writes:
> > I can't see how refusing to free memory owned and controlled by someone else,
> > and throwing an error if attempted, wouldn't be a sound defensive programming
> > measure.
>
> I think the argument is about what "refusal" looks like.
> An Assert seems OK to me, but anything based on elog is
> likely to be problematic, because it'll involve exit()
> somewhere.
>
> Yeah, I agree an Assert seems safest here.
>
> I'd like to get this done ASAP so I can rebase my incremental parse patchset. Daniel, do you want to commit it? If
not,I can. 

Sure, I can commit these patches.  It won't be until tomorrow though since I
prefer to have ample time to monitor the buildfarm, if you are in a bigger rush
than that then feel free to go ahead.

--
Daniel Gustafsson




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BitmapHeapScan streaming read user and prelim refactoring
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Statistics Import and Export