Re: PL/R regression on windows, but not linux with master.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dave Cramer <davecramer@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-11T00:34:00Z
Lists: pgsql-hackers
Dave Cramer <davecramer@gmail.com> writes: > On Sat, 10 Apr 2021 at 20:24, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> That's quite bizarre. What is the actual error level according to >> the source code, and where is the error being thrown exactly? > Well it really is an ERROR, and is being downgraded on windows to WARNING. That seems quite awful. However, now that I think about it, the elog.h error-level constants were renumbered not so long ago. Maybe you've failed to recompile everything for v14? regards, tom lane
Commits
-
Add macro PGWARNING, and make PGERROR available on all platforms.
- d7cff12c4c03 14.0 landed