Re: [HACKERS] Increase pltcl test coverage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Increase pltcl test coverage
Дата
Msg-id 29889.1484011674@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Increase pltcl test coverage  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Jim Nasby <Jim.Nasby@bluetreble.com> writes:
> On 1/9/17 5:38 PM, Tom Lane wrote:
>> Yeah.  I looked at that but couldn't get terribly excited about it,
>> because AFAICS, Tcl in general is apt to fall over under sufficient
>> memory pressure.

> Though, since a memory error could just as likely come out of tcl, which 
> is going to panic us anyway, I guess it doesn't matter.

Exactly.  I can't get excited about making our code slower and less
readable if there's only a fifty-fifty chance that doing so avoids a
crash.  Tcl users just need to stay far away from OOM conditions.

(If it were a more popular language, maybe there would be reason to
try to push to improve this, but ...)
        regards, tom lane



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: [HACKERS] RustgreSQL
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [HACKERS] pg_background contrib module proposal