Re: Remove columns pg_index.haskeytype and pg_index.indisclustered - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Remove columns pg_index.haskeytype and pg_index.indisclustered
Date
Msg-id 200105150427.f4F4Rhm28913@candle.pha.pa.us
Whole thread Raw
In response to Re: Remove columns pg_index.haskeytype and pg_index.indisclustered  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > How does GIST set this field?
>
> I didn't say GIST *set* it, I said GIST *used* it --- and your patch
> would've changed GIST's behavior.
>
> Perhaps the field is not really necessary, but some detailed analysis
> would be required to establish that.  I'm not very clear on what GIST
> is doing with it.

Nor am I.  GIST folks?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove columns pg_index.haskeytype and pg_index.indisclustered
Next
From: Tom Lane
Date:
Subject: Re: Re: [HACKERS] contrib