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

Поиск
Список
Период
Сортировка
От Kevin Jacobs
Тема Re: Plpython crashing the backend in one easy step - fix
Дата
Msg-id Pine.LNX.4.33.0111161318170.9837-100000@penguin.theopalgroup.com
обсуждение исходный текст
Ответ на Re: Plpython crashing the backend in one easy step - fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@theopalgroup.com
Fax:   (216) 986-0714              WWW:    http://www.theopalgroup.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Klaus Reger"
Дата:
Сообщение: Re: import/export of large objects on server-side
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OCTET_LENGTH is wrong