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

From Martijn van Oosterhout
Subject Re: lots of values for IN() clause
Date
Msg-id 20061102162026.GD2516@svana.org
Whole thread Raw
In response to Re: lots of values for IN() clause  (Markus Schiltknecht <markus@bluegap.ch>)
List pgsql-general
On Thu, Nov 02, 2006 at 05:16:40PM +0100, Markus Schiltknecht wrote:
> OTOH, having to configure such things is not exactly user friendly. I
> guess it's difficult to determine the stack limit in a cross-platform
> way. Or does having that configuration option other reasons for existence?

A patch went in recently that (on platforms where it's possible) tries
to determine the maximum stack depth and complains if you set it too
large. So this problem should go away in the future...

There might be situations where you want to be able to use a larger
stack, that's why it's configurable. PostgreSQL now actually checks
whether the number you provided makes sense.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Markus Schiltknecht
Date:
Subject: Re: lots of values for IN() clause
Next
From: Tom Lane
Date:
Subject: Re: Weird double single quote issue