Re: t_self as system column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: t_self as system column
Дата
Msg-id 14669.1278451959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: t_self as system column  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Jul 6, 2010 at 5:18 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>> Why wouldn't it be feasible?

> Just because it might be too much to do all at once.

My thought is that the hardest part of this is going to be making sure
that every "column index" usage in the code is properly categorized as
to whether it's physical, logical, or identifier index.  If we try to
divide the problem into sub-patches, that will probably just increase
the amount of effort because all that code will have to be looked at
twice.

Think of it as Polya's paradox in action.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: t_self as system column
Следующее
От: Tom Lane
Дата:
Сообщение: Does mbutils.c really need to use L'\0' ?