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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Дата
Msg-id 12201.925590400@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Last test...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cache startup file