Re: [HACKERS] Including Snapshot Info with Indexes

Поиск
Список
Период
Сортировка
От Gokulakannan Somasundaram
Тема Re: [HACKERS] Including Snapshot Info with Indexes
Дата
Msg-id 9362e74e0801280521j7d60c983kc05ef9847686a103@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Including Snapshot Info with Indexes  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Ответы Re: [HACKERS] Including Snapshot Info with Indexes  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-patches
I am not seeing my mail getting listed in the archives. So i am just resending it, in case the above one has got missed.

Thanks,
Gokul.

On Jan 28, 2008 4:14 PM, Gokulakannan Somasundaram <gokul007@gmail.com> wrote:

Doh!  Can you please send another patch with gram.y as well.  Mine is
missing all of the thick index stuff.

I apologize for the mistake. I am sending the revised patch - generated against CVS Head. Thanks for the guidance provided.

This patch also fixes a bug, which appeared in select count(1) from table where varchar_column like 'xx%' kind of queries.

In order to find out whether the index will be able to answer all the where clause conditions, i have put the checks under expand_indexqual_conditions function. Please get back, if there is any problem with the approach.

Waiting for feedback...

Thanks,
Gokul.


Вложения

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: WIP: plpgsql source code obfuscation
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: [HACKERS] Including Snapshot Info with Indexes