BUG #13579: Server crashes after executing plpythonu function

Поиск
Список
Период
Сортировка
От ppmichalakk@gmail.com
Тема BUG #13579: Server crashes after executing plpythonu function
Дата
Msg-id 20150819144851.31530.41021@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13579: Server crashes after executing plpythonu function
Re: BUG #13579: Server crashes after executing plpythonu function
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13579
Logged by:          Paweł Michalak
Email address:      ppmichalakk@gmail.com
PostgreSQL version: 9.4.4
Operating system:   Debian 4.6.3-14
Description:

[pmichalak@asdasd ~] $ psql
psql (9.4.4)
Type "help" for help.
pmichalak=# create function a() returns setof record as $$
 return { 'a': 2, 'b': 3 }
$$ language plpythonu;
CREATE FUNCTION
pmichalak=# select * from a() as (b integer, c integer);
ERROR:  input of anonymous composite types is not implemented
CONTEXT:  while creating return value
PL/Python function "a"
pmichalak=# select * from a() as (b integer, c integer);
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

Server log:
STATEMENT:  select * from a() as (b integer, c integer);
ERROR:  syntax error at or near "," at character 30
STATEMENT:  select * from q() as (b integer, c integer);
LOG:  server process (PID 14767) was terminated by signal 11: Segmentation
fault
DETAIL:  Failed process was running: select * from a() as (b integer, c
integer);
LOG:  terminating any other active server processes

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

Предыдущее
От: 德哥
Дата:
Сообщение: Re: BUG #13578: use cipher=NULL-SHA256 error when connect
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13579: Server crashes after executing plpythonu function