Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

BUG #15435: Infinite-recursive SQL procedure can crash a databaseserver - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15435: Infinite-recursive SQL procedure can crash a databaseserver
Date
Msg-id 15435-299488dd5221754d@postgresql.org
Whole thread Raw
Responses Re: BUG #15435: Infinite-recursive SQL procedure can crash a database server
List 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 by date:

Previous
From: Andrey
Date:
Subject: Re: BUG #15434: NUMERIC without any precision or scale truncatesscale to 16 digits
Next
From: PG Bug reporting form
Date:
Subject: BUG #15436: Using odbc_fdw against DB2 Linux crashes the server