BUG #7882: plperl poor error message

Поиск
Список
Период
Сортировка
От jeff.janes@gmail.com
Тема BUG #7882: plperl poor error message
Дата
Msg-id E1U66cu-0004dL-Qg@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7882
Logged by:          Jeff Janes
Email address:      jeff.janes@gmail.com
PostgreSQL version: 9.2.3
Operating system:   Linux
Description:        =


If plperl.on_init attempts to load a module which does not exist, then
attempts to use plperl give a reasonable error message upon first attempt,
but after that the error message is rather cryptic.

in postgresql.conf:

plperl.on_init=3D'use Nonexistent::Module;'

CREATE OR REPLACE FUNCTION perlfunc(text) RETURNS text AS $BODY$ return
scalar reverse $_[0]; $BODY$ LANGUAGE plperl;

ERROR:  Can't locate Nonexistent/Module.pm in @INC (@INC contains: ...    .)
at -e line 98.
BEGIN failed--compilation aborted
CONTEXT:  while parsing Perl initialization

Upon a second attempt, the error becomes much less useful:

CREATE OR REPLACE FUNCTION perlfunc(text) RETURNS text AS $BODY$ return
scalar reverse $_[0]; $BODY$ LANGUAGE plperl;

ERROR:  attempt to redefine parameter "plperl.use_strict"

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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: BUG #7875: org.postgresql.util.PSQLException: ERROR: column reference "e_raci_obj" is ambiguous
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #7852: TeamPostgresql is giving error