Re: Please, apply patch for current CVS

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Please, apply patch for current CVS
Date: 2003-06-11 18:46:10
Message-ID: 200306111846.h5BIkAb27537@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Patch applied. You patch indicated _int.c should be removed from CVS,
so I have done so.

---------------------------------------------------------------------------

Teodor Sigaev wrote:
> Patch for contrib/intarray and contrib/ltree modules.
>
> Download from:
> http://www.sai.msu.su/~megera/postgres/gist/patches/intarray_ltree.patch.gz
>
> Changes:
> 1 intarray: bugfix for int[]-int[] operation
> 2 intarray: split _int.c to several files (_int.c now is unused)
> 3 ntarray (gist__intbig_ops opclass): use special type for index storage
> 4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize GiST's
> penalty and picksplit interface functions, now use Hemming distance.
>
> Thank you.
>
> --
> Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-11 19:19:14 Re: SELECT blocking on ALTER TABLE ADD FOREIGN KEY
Previous Message Jim C. Nasby 2003-06-11 18:39:08 SELECT blocking on ALTER TABLE ADD FOREIGN KEY