Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4)

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4)
Date: 2009-05-23 18:52:49
Message-ID: 1243104769.1260.1.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I forgot to fix contrib. Updated patch attached.

Zdenek

Zdenek Kotala píše v pá 22. 05. 2009 v 16:23 -0400:
> Attached patch cleanups hash index headers to allow compile hasham for
> 8.3 version. It helps to improve pg_migrator with capability to migrate
> database with hash index without reindexing.
>
> I discussed this patch year ago with Alvaro when we tried to cleanup
> include bloating problem. It should reduce also number of including.
>
> The main point is that hash functions for datatypes are now in related
> data files in utils/adt directory. hash_any() and hash_uint32 it now in
> utils/hashfunc.c.
>
> It would be nice to have this in 8.4 because it allows to test index
> migration functionality.
>
> Thanks Zdenek
>

Attachment Content-Type Size
hash_02.patch.gz application/x-gzip 9.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2009-05-23 21:14:49 Re: psql is broken in 8.4
Previous Message Stefan Keller 2009-05-23 08:56:45 Re: Proposal: functions get_text() or get_url()