On ons, 2010-07-07 at 17:31 -0400, Tom Lane wrote:
> Yeah, I was going to suggest something involving
> find_rendezvous_variable to let the two versions of plpython check for
> each other. But doesn't the error need to be elog(FATAL)? If you
> just
> elog(ERROR) then the conflicting version of python.so is already
> loaded
> and able to cause problems. elog(FATAL) isn't very desirable maybe
> but it beats crashing.
Done
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-07-08 18:48:21 |
| Subject: Re: inner join removal |
| Previous: | From: Robert Haas | Date: 2010-07-08 18:27:43 |
| Subject: inner join removal |
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2010-07-08 18:42:12 |
| Subject: pgsql: Install safeguard against running PL/Python 2 and 3 in the same |
| Previous: | From: Tom Lane | Date: 2010-07-08 16:46:42 |
| Subject: Re: [HACKERS] pgsql: Add support for TCP keepalives on Windows, both for backend and |