Please, apply patch for current CVS

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Please, apply patch for current CVS
Date: 2003-04-28 15:48:08
Message-ID: 3EAD4D38.6020808@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message prashanth 2003-04-29 01:14:39 LISTEN/NOTIFY benchmarks?
Previous Message Tom Lane 2003-04-28 14:18:25 Re: INSERT/UPDATE ... RETURNING