Re: Stack depth exceeded error

From: Suresh <suiyengar(at)yahoo(dot)com>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Stack depth exceeded error
Date: 2008-05-12 13:57:11
Message-ID: 40297.47953.qm@web54504.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The code uses Asynchronous I/O for fetching certain tids. The code works fine if I use only one condition in where condition, but fails if I use multiple condition.

--
Suresh Iyengar

Gregory Stark <stark(at)enterprisedb(dot)com> wrote: "Suresh" writes:

> Hello,
>
> I have custom postgres code.

What kind of code is this? The error below is typical if you create new
threads in the server.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's 24x7 Postgres support!


---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2008-05-12 14:06:29 Re: constraint exclusion analysis caching
Previous Message Gregory Stark 2008-05-12 13:49:55 Re: Stack depth exceeded error