Re: PL/R regression on windows, but not linux with master.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PL/R regression on windows, but not linux with master.
Дата
Msg-id 2556830.1618100644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PL/R regression on windows, but not linux with master.  (Dave Cramer <davecramer@gmail.com>)
Ответы Re: PL/R regression on windows, but not linux with master.
Список pgsql-hackers
Dave Cramer <davecramer@gmail.com> writes:
> One of our tests purposely throws an error which returns
> "ERROR:  R interpreter parse error" on linux
> and
> "WARNING:  R interpreter parse error" on windows.

That's quite bizarre.  What is the actual error level according to
the source code, and where is the error being thrown exactly?

I recall that elog.c has some code to force ERROR up to FATAL or
PANIC in some cases, but it shouldn't ever promote a non-error to
an ERROR.

            regards, tom lane



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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: PL/R regression on windows, but not linux with master.
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: PL/R regression on windows, but not linux with master.