From e0d043b94d131b1e46d14775f897e7bad05e1bc8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 20 Mar 2003 18:59:18 +0000 Subject: please apply attached patch to current CVS. btree_gist now supports int2 ! Thanks Janko Richter for contribution. --- contrib/btree_gist/README.btree_gist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/btree_gist/README.btree_gist') diff --git a/contrib/btree_gist/README.btree_gist b/contrib/btree_gist/README.btree_gist index ec0e3cc9b60..83b84376016 100644 --- a/contrib/btree_gist/README.btree_gist +++ b/contrib/btree_gist/README.btree_gist @@ -1,4 +1,4 @@ -This is B-Tree implementation using GiST for int4, int8, float4, float8 +This is B-Tree implementation using GiST for int2, int4, int8, float4, float8 timestamp types. All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov @@ -6,7 +6,7 @@ All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov for additional information. NEWS: - Feb 5, 2003 - btree_gist now support int8, float4, float8 ! + Feb 5, 2003 - btree_gist now support int2, int8, float4, float8 ! Thank Janko Richter for contribution. -- cgit v1.2.3