Re: Is this TODO item done?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Is this TODO item done?
Date: 2008-04-24 16:40:56
Message-ID: 504.1209055256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Ah, OK, exactly what should the TODO item text be? Can you modify the
> TODO? I don't understand the TODO text I had.

What I thought the TODO was about was extending the indexam API so that
the actual key values stored in the index could be retrieved (from
indexes that support this, which needn't be all of them). This would
allow non-indexable qual conditions to be checked on the index value
before visiting the heap. The canonical example is fully checking a
LIKE condition on the index key.

We've been discussing exactly this point over in the GIT-index thread...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-24 16:42:51 Re: Is this TODO item done?
Previous Message Bruce Momjian 2008-04-24 16:38:27 Re: Proposed patch - psql wraps at window width