Re: logical column ordering

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: logical column ordering
Дата
Msg-id CAMkU=1xr2UKkh_xQn3krJz830yj-WOds9uiTQ-3Pox6rguPPFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: logical column ordering  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
On Mon, Feb 23, 2015 at 3:09 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote:
Hi,

attached is the result of my first attempt to make the logical column
ordering patch work. This touches a lot of code in the executor that is
mostly new to me, so if you see something that looks like an obvious
bug, it probably is (so let me know).

There is an apply conflict in src/backend/parser/parse_relation.c in the comments for scanRTEForColumn.

It seems like it should be easy to ignore, but when I ignore it I get make check failing all over the place.

(The first patch posted in this thread seems to work for me, I did some testing on it before I realized it was obsolete.)

Cheers,

Jeff

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: New CF app deployment
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Patch to add functionality to specify ORDER BY in CREATE FUNCTION for SRFs