Re: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nick Baryshnikov" <Warstone(at)list(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty
Date: 2011-02-15 19:52:17
Message-ID: 2839.1297799537@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nick Baryshnikov" <Warstone(at)list(dot)ru> writes:
> Description: EXPLAIN returns more than 1000 rows when table is empty

This is not a bug; it's intentional behavior. As long as the recorded
size of the table is zero, the planner assumes that information is
probably obsolete.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Warstone 2011-02-15 20:59:58 Re[2]: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty
Previous Message Nick Baryshnikov 2011-02-15 17:22:31 BUG #5887: EXPLAIN returns more than 1000 rows when table is empty