"Alan Gatt" <[EMAIL PROTECTED]> writes:
> make[4]: Entering directory
> `/c/dev/postgres/pgsql_tip/src/backend/access/mdim'
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
> -I../../../../src/include -I./src/includ
On Sun, Mar 04, 2007 at 09:32:58AM +0100, Alan Gatt wrote:
> Also, any pointers where I can find the operator classes and functions for
> the GIST index?
The documentation is a good start:
http://www.postgresql.org/docs/8.1/static/gist.html
There are also plenty of examples in the contrib portio
Also, any pointers where I can find the operator classes and functions for
the GIST index?
Thanks
On 04/03/07, Alan Gatt <[EMAIL PROTECTED]> wrote:
Ok, so I am using GCC 3.2 as a compiler, and the following is the error
message:
make[4]: Entering directory
`/c/dev/postgres/pgsql_tip/src/backe
Ok, so I am using GCC 3.2 as a compiler, and the following is the error
message:
make[4]: Entering directory
`/c/dev/postgres/pgsql_tip/src/backend/access/mdim'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
-I../..
Alan Gatt escribió:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> index.
Have you considered coding it usi
On Sat, Mar 03, 2007 at 07:38:15PM +0100, Alan Gatt wrote:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> in
Alan Gatt wrote:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> index.
>
> My first step is to create the s
Hello,
I am trying to create a new index which is multidimensional (based on
R-Tree) which can be used for data warehosuing. I have read the Developers'
manual about adding new indexes, and now I want to start coding the new
index.
My first step is to create the skeleton files, but I cannot comp