Re: bug with current sources? Re: cost of parse/plan/execute for one sample query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug with current sources? Re: cost of parse/plan/execute for one sample query
Дата
Msg-id 22244.1018804276@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug with current sources? Re: cost of parse/plan/execute for one sample query  (Barry Lind <barry@xythos.com>)
Список pgsql-hackers
Barry Lind <barry@xythos.com> writes:
> In testing Neil's PREPARE/EXECUTE patch on my test query, I found the 
> parser complains that this query is not valid when using current 
> sources.  The error I get is:

> psql:testorig.sql:1: ERROR:  JOIN/ON clause refers to "xf2", which is 
> not part of JOIN

Hmm.  I have an open bug with sub-SELECTs inside a JOIN, but this
example doesn't look like it would trigger that.

> I think the sql is valid (at least it has worked in 7.1 and 7.2).  Is 
> this a bug?

Dunno.  Give me a test case (and no, I am *not* going to try to
reverse-engineer table schemas from that SELECT).
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Again, sorry, caching.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Again, sorry, caching.