Clear out the reminants of EXTEND INDEX

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Clear out the reminants of EXTEND INDEX
Date: 2001-07-16 10:00:01
Message-ID: 20010716200001.A23811@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
remove-extend-new.patch text/plain 3.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dmitry Yurtaev 2001-07-16 11:10:08 libpq win32-native errno fix
Previous Message Christopher Kings-Lynne 2001-07-16 09:06:44 RE: Patch to add support for partial indices