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

Dave Cramer <davecramer@gmail.com>

From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-10T23:53:44Z
Lists: pgsql-hackers
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.

I'm hoping someone can point me to the code that may be responsible? Was
there a change in the error handling that might be attributed to this?

Dave Cramer

Commits

  1. Add macro PGWARNING, and make PGERROR available on all platforms.