Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Patches > Re: [HACKERS] W...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 10 Topic 3870 of 3966
Post > Topic >>

Re: [HACKERS] WITH RECURSIVE updated to CVS TIP

by david@[EMAIL PROTECTED] (David Fetter) Jul 7, 2008 at 07:33 AM

On Mon, Jul 07, 2008 at 04:22:21PM +0900, Yo****yuki Asaba wrote:
> Hi,
> 
> > test=# explain select count(*)
> > test-#         from ( WITH RECURSIVE t(n) AS ( SELECT 1 UNION ALL  
> > SELECT DISTINCT n+1 FROM t )
> > test(#                 SELECT * FROM t WHERE n < 5000000000) as t
> > test-#         WHERE n < 100;
> > server closed the connection unexpectedly
> >          This probably means the server terminated abnormally
> >          before or while processing the request.
> > The connection to the server was lost. Attempting reset: Failed.
> > !> \q
> > 
> > this one will kill the planner :(
> > removing the (totally stupid) distinct avoids the core dump.
> 
> Thanks. I've fixed on local repository.

Asaba-san, do you have a patch against CVS HEAD or against the
previous one?

Cheers,
David.
-- 
David Fetter <david@[EMAIL PROTECTED]
> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@[EMAIL PROTECTED]
 to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

-- 
Sent via pgsql-patches mailing list (pgsql-patches@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
 




 10 Posts in Topic:
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
y-asaba@[EMAIL PROTECTED]  2008-07-07 16:22:21 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
david@[EMAIL PROTECTED]   2008-07-07 07:33:42 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
david@[EMAIL PROTECTED]   2008-07-08 17:38:00 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
alvherre@[EMAIL PROTECTED  2008-07-08 21:28:34 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
david@[EMAIL PROTECTED]   2008-07-09 11:45:24 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
aidan@[EMAIL PROTECTED]   2008-07-09 16:43:27 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
david@[EMAIL PROTECTED]   2008-07-09 17:06:19 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
ishii@[EMAIL PROTECTED]   2008-07-16 09:37:25 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
david@[EMAIL PROTECTED]   2008-07-15 18:57:38 
Re: [HACKERS] WITH RECURSIVE updated to CVS TIP
ishii@[EMAIL PROTECTED]   2008-07-17 17:56:50 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Sep 6 15:46:57 CDT 2008.