Re: [HACKERS] Including Snapshot Info with Indexes - Mailing list pgsql-patches

From Gokulakannan Somasundaram
Subject Re: [HACKERS] Including Snapshot Info with Indexes
Date
Msg-id 9362e74e0801280521j7d60c983kc05ef9847686a103@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Including Snapshot Info with Indexes  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Responses Re: [HACKERS] Including Snapshot Info with Indexes
List 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.


Attachment

pgsql-patches by date:

Previous
From: "Pavel Stehule"
Date:
Subject: WIP: plpgsql source code obfuscation
Next
From: "Jonah H. Harris"
Date:
Subject: Re: [HACKERS] Including Snapshot Info with Indexes