Re: pg_index.indislossy - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: pg_index.indislossy
Date
Msg-id Pine.BSF.4.33.0105141832310.68237-100000@mobile.hub.org
Whole thread Raw
In response to Re: pg_index.indislossy  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_index.indislossy  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 14 May 2001, Bruce Momjian wrote:

> > Bruce Momjian wrote:
> > >
> > > Can someone tell me what we use indislossy for?
> >
> > IIRC it means that if you get something by this index you must check
> > again in the actual data
> >
> > I think that at least the GIST intarray (actually intset) methods use
> > it.
> >
> > So you probably should _not_ remove it ;)
>
> I did a search and found it used only a few places.  I do not see it
> used as part of GIST.  My rememberance is that it is involved in partial
> indexes, where you index only certain values in a column.  It was an old
> idea that was never working in PostgreSQL.

Let's avoid removing things for the sake of removing them ... might be an
old idea that, if someone takes the time to research, might prove useful
...




pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: Re: bug in pgcrypto 0.3
Next
From: Bruce Momjian
Date:
Subject: Re: pg_index.indislossy