Re: Clear out the reminants of EXTEND INDEX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Clear out the reminants of EXTEND INDEX
Date: 2001-07-16 14:44:33
Message-ID: 200107161444.f6GEiXr06499@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

> Wow Tom, I'm impressed. You took the entire index system and turned it on
> it's head, cleaned up most of my ugly bits and managed to remove most of the
> stuff relating to extend in the process.
>
> You missed a few spots though, so here a little patch to clear out the rest
> (although maybe you're doing them as we speak, can't tell).
>
> You also took care of my next idea, which was to allow IS NULL in the index
> predicate.
>
> Anyway, keep it up :)
> --
> Martijn van Oosterhout <kleptog(at)svana(dot)org>
> http://svana.org/kleptog/
> > It would be nice if someone came up with a certification system that
> > actually separated those who can barely regurgitate what they crammed over
> > the last few weeks from those who command secret ninja networking powers.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-07-16 14:46:44 Re: Clear out the reminants of EXTEND INDEX
Previous Message Bruce Momjian 2001-07-16 14:37:59 Re: Patch to add support for partial indices