Re: lots of values for IN() clause - Mailing list pgsql-general

From Markus Schiltknecht
Subject Re: lots of values for IN() clause
Date
Msg-id 454A14DC.4080206@bluegap.ch
Whole thread Raw
In response to Re: lots of values for IN() clause  (Shelby Cain <alyandon@yahoo.com>)
Responses Re: lots of values for IN() clause
List pgsql-general
Hi,

thanks for testing, unfortunately I don't have a 8.0 around. And as 8.2
works and is probably coming very soon...

Regards

Markus

Shelby Cain wrote:
> I don't get a segfault on 8.0.8 under linux or 8.1.4 under win32.  The backend (correctly I assume) issues a hint to
increasemax_stack_depth in both cases. 
>
> $ psql -h localhost -p 5432 -d test -U readwrite < script.sql
>
> Password:
>
> CREATE TABLE
>
> ERROR:  stack depth limit exceeded
>
> HINT:  Increase the configuration parameter "max_stack_depth".
>
> DROP TABLE
>
> Regards,
>
> Shelby Cain


pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: pg_dump question
Next
From: Alvaro Herrera
Date:
Subject: Re: pg_dump question