Re: misc questions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: misc questions
Дата
Msg-id 20614.958006718@sss.pgh.pa.us
обсуждение исходный текст
Ответ на misc questions  (Jeff MacDonald <jeff@pgsql.com>)
Список pgsql-hackers
Thomas,

I looked at Jeff MacDonald's gripe:

Jeff MacDonald <jeff@pgsql.com> writes:
> 2: Have any of y'all ever seeen this error
> ""transformExpr: does not know how to transform node 501 (internal error)"
> from statement:
> "SELECT DISTINCT ss.stateID, ss.stateValue FROM State ss INNER JOIN Standard
> st ON ss.stateID = st.stateID"

(which behavior is in fact duplicated in the join regress test!) and
find that it looks like it would work, except that there is confusion in
the parser about whether pstate->p_join_quals is a list of expressions
or just an expression.

As far as I can see, there is no need for it to be a list, so we have
a choice of fixing it either by consistently making it be a list, or
consistently making it *not* be a list.  I'd lean to the latter on
grounds of simplicity, but I wonder whether you intended it to be
a list because you were looking forward to some currently-unimplemented
feature that does need it to be a list.

Comments?
        regards, tom lane


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: setproctitle() no longer used?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Multibyte still broken