BUG #15435: Infinite-recursive SQL procedure can crash a databaseserver

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15435: Infinite-recursive SQL procedure can crash a databaseserver
Дата
Msg-id 15435-299488dd5221754d@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15435: Infinite-recursive SQL procedure can crash a database server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15435
Logged by:          rlbxku1r
Email address:      emuser20140816@gmail.com
PostgreSQL version: 11rc1
Operating system:   Windows
Description:

CREATE PROCEDURE proc1() LANGUAGE sql AS 'CALL proc1();';
CALL proc1(); -- crash

I've also tried the minimum max_stack_depth, but it has no effect:
SET max_stack_depth TO '100kB';
CALL proc1();


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

Предыдущее
От: Andrey
Дата:
Сообщение: Re: BUG #15434: NUMERIC without any precision or scale truncatesscale to 16 digits
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15436: Using odbc_fdw against DB2 Linux crashes the server