Re: Plpython crashing the backend in one easy step - fix

From: Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bradley McLean <brad(at)bradm(dot)net>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Plpython crashing the backend in one easy step - fix
Date: 2001-11-16 18:21:01
Message-ID: Pine.LNX.4.33.0111161318170.9837-100000@penguin.theopalgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 16 Nov 2001, Tom Lane wrote:
> --- feature.expected Fri May 25 11:48:33 2001
> +++ feature.output Fri Nov 16 13:00:15 2001
> @@ -29,7 +29,7 @@
> (1 row)
>
> SELECT import_fail();
> -NOTICE: ('import socket failed -- untrusted dynamic module: _socket',)
> +NOTICE: ('import socket failed -- untrusted dynamic module: socket',)
> import_fail
> --------------------
> failed as expected
>
> I assume you guys both get the "expected" output? Perhaps this should
> be noted as a possible platform discrepancy.

This diff is most likely a platform issue where the module printed can
change depending on the version of Python installed. Its annoying, but
harmless.

-Kevin

--
Kevin Jacobs
The OPAL Group - Enterprise Systems Architect
Voice: (216) 986-0710 x 19 E-mail: jacobs(at)theopalgroup(dot)com
Fax: (216) 986-0714 WWW: http://www.theopalgroup.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Rogers 2001-11-16 18:29:43 [PG MAIL LISTS] SEND OUT ALL????
Previous Message Tom Lane 2001-11-16 18:11:39 Re: Plpython crashing the backend in one easy step - fix