Re: Patch: clean up addRangeTableEntryForFunction

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Patch: clean up addRangeTableEntryForFunction
Дата
Msg-id CA+TgmobphZkUjyraSAx0NbVunB-=SKAendftr2wxWt8rKA87Kw@mail.gmail.com
обсуждение исходный текст
Ответ на Patch: clean up addRangeTableEntryForFunction  (David Fetter <david@fetter.org>)
Ответы Re: Patch: clean up addRangeTableEntryForFunction  ("Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp>)
Список pgsql-hackers
On Tue, Jan 22, 2013 at 11:45 AM, David Fetter <david@fetter.org> wrote:
> I've been working with Andrew Gierth (well, mostly he's been doing the
> work, as usual) to add WITH ORDINALITY as an option for set-returning
> functions.  In the process, he found a minor opportunity to clean up
> the interface for $SUBJECT, reducing the call to a Single Point of
> Truth for lateral-ness, very likely improving the efficiency of calls
> to that function.
>
> Please find attached the patch.

I think this patch is utterly pointless.  I recommend we reject it.
If this were part of some larger refactoring that was going in some
direction we could agree on, it might be worth it.  But as it is, I
think it's just a shot in the dark whether this change will end up
being better or worse, and my personal bet is that it won't make any
difference whatsoever.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: New regression test time
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Eliminating PD_ALL_VISIBLE, take 2