Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Date
Msg-id 12201.925590400@sss.pgh.pa.us
Whole thread Raw
In response to 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.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


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Last test...
Next
From: Tom Lane
Date:
Subject: Re: cache startup file