Re: BUG #8441: Recursive function in plpgsql does not seem to handle null values correctly - Mailing list pgsql-bugs

From Andres Freund
Subject Re: BUG #8441: Recursive function in plpgsql does not seem to handle null values correctly
Date
Msg-id 20130909153127.GB841236@alap2.anarazel.de
Whole thread Raw
In response to Re: BUG #8441: Recursive function in plpgsql does not seem to handle null values correctly  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-bugs
Hi,

On 2013-09-09 17:26:48 +0200, Pavel Stehule wrote:
> it works on 9.1.9

That's probably a question of the configured/detected max_stack_depth.

I have quite some doubts such a naive implementation implemented in
plgsql will work for strings > 255 chars in sensible manner though.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: BUG #8441: Recursive function in plpgsql does not seem to handle null values correctly
Next
From: Tom Lane
Date:
Subject: Re: BUG #8441: Recursive function in plpgsql does not seem to handle null values correctly