diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-20 18:59:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-20 18:59:18 +0000 |
commit | e0d043b94d131b1e46d14775f897e7bad05e1bc8 (patch) | |
tree | c7bf7a4e6b57db75e7762b4c7f5f173599145e34 /contrib/btree_gist/README.btree_gist | |
parent | 3be6367b9f14e33b10d19e9556fb018731a720e6 (diff) |
please apply attached patch to current CVS.
btree_gist now supports int2 !
Thanks Janko Richter for contribution.
Diffstat (limited to 'contrib/btree_gist/README.btree_gist')
-rw-r--r-- | contrib/btree_gist/README.btree_gist | 4 |
1 files changed, 2 insertions, 2 deletions
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 <jankorichter@yahoo.de> for contribution. |