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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PL/R regression on windows, but not linux with master.
Date: 2021-04-11 00:24:04
Message-ID: 2556830.1618100644@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Cramer <davecramer(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2021-04-11 00:27:53 Re: PL/R regression on windows, but not linux with master.
Previous Message Dave Cramer 2021-04-10 23:53:44 PL/R regression on windows, but not linux with master.