Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Date: 1999-05-01 20:26:40
Message-ID: 12201.925590400@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> [ EXPLAIN fails on a SELECT ... EXCEPT ... ]

This looks to be another artifact of the fact that EXPLAIN
doesn't invoke the rewriter.

It looks to me like the rewrite-invocation section of
pg_parse_and_plan() needs to be pulled out as a subroutine
so that explain.c can invoke it. Comments? Where should
the new subroutine go? (Probably not in postgres.c...)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-01 20:39:28 Re: cache startup file
Previous Message The Hermit Hacker 1999-05-01 20:03:19 Last test...