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: Joe Conway <mail@joeconway.com>
Cc: Andrew Dunstan <andrew@dunslane.net>,
Tomas Vondra <tomas.vondra@enterprisedb.com>,
Dave Cramer <davecramer@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-11T16:42:58Z
Lists: pgsql-hackers
Attachments
- make-PGWARNING-PGERROR-universally-available.patch (text/x-diff) patch
I wrote: > Joe Conway <mail@joeconway.com> writes: >> Would an equivalent "PGWARNING" be something we are open to adding and >> back-patching? > It's not real obvious how pl/r could solve this in a reliable way > otherwise, so adding that would be OK with me, but I wonder whether > back-patching is going to help you any. You'd still need to compile > against older headers I should think. So I'd suggest > (1) add PGWARNING in HEAD only Concretely, maybe like the attached? regards, tom lane
Commits
-
Add macro PGWARNING, and make PGERROR available on all platforms.
- d7cff12c4c03 14.0 landed