Re: Improving planner variable handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improving planner variable handling
Дата
Msg-id 8712.1208359679@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improving planner variable handling  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: Improving planner variable handling  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> I wonder if this would help to clean up the equivalence class hacks in 
> Greg's ordered append patch?

Pretty hard to say at this early stage, but the more I think about it
the more I like the idea of never using the same Var to represent two
values that aren't guaranteed equal.  The maybe-its-null business has
been a thorn in the side of any sort of close semantic analysis for
a long time, but somehow I never perceived what a bogus idea that was.
I'm almost more excited about that than about fixing the original
problem ...
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: DROP DATABASE vs patch to not remove files right away
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] Text <-> C string