Re: Oversight in CREATE FUNCTION + EXPLAIN?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jd(at)commandprompt(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Oversight in CREATE FUNCTION + EXPLAIN?
Date: 2009-11-18 22:32:52
Message-ID: 28215.1258583572@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> Shouldn't the estimated rows be 50?

It is if you do "select * from return_lots(10000000)".

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-11-18 22:43:48 Re: Amazing performance failure with SQL function
Previous Message Joshua D. Drake 2009-11-18 22:24:33 Amazing performance failure with SQL function