Stack depth exceeded error

Поиск
Список
Период
Сортировка
От Suresh
Тема Stack depth exceeded error
Дата
Msg-id 808226.554.qm@web54502.mail.re2.yahoo.com
обсуждение исходный текст
Ответ на Re: Doubt in index scan code  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Stack depth exceeded error  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Hello,<br /><br />I have <span style="font-weight: bold;">custom </span>postgres code. I get the error below for the
query<br /><br />"select l_orderkey as a from tpcd.orders, tpcd.lineitem where o_orderkey=l_orderkey and
l_partkey<100and l_linestatus='F';"<br /><br />ERROR:  stack depth limit exceeded<br />HINT:  Increase the
configurationparameter "max_stack_depth".<br /><br />However, the same code runs fine with one condition in where
clause,but fails with the error above in case of multiple conditions.<br /><br />Whats the cause of this error ? I
triedincreasing the stack limit; but it doesnt help.<br /><br />--<br />Suresh Iyengar<br /><p><hr size="1" />Be a
betterfriend, newshound, and know-it-all with Yahoo! Mobile. <a
href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ"> Try it now.</a> 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: bloated heapam.h
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Stack depth exceeded error