Re: Backend crash during explain

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Grant Finnemore <grantf(at)guruhut(dot)co(dot)za>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Backend crash during explain
Date: 2007-05-31 14:16:41
Message-ID: 29158.1180621001@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Grant Finnemore <grantf(at)guruhut(dot)co(dot)za> writes:
> The query with no EXPLAIN (ANALYSE) completes fine.
> The query with EXPLAIN ANALYSE completes fine.
> However, with just EXPLAIN (no ANALYSE)

Need a complete test case please, not just the query. All I get here is
ERROR: relation "tagged_asset" does not exist

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mathias Palm 2007-05-31 15:04:10 timestamp datatyp problem
Previous Message Tom Lane 2007-05-31 14:08:05 Re: New cast between inet/cidr and bytea