Re: [HACKERS] New Access Method

2007-03-04 Thread Alan Gatt
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

Re: [HACKERS] New Access Method

2007-03-04 Thread Martijn van Oosterhout
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 portion

Re: [HACKERS] New Access Method

2007-03-04 Thread Tom Lane
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

Re: [HACKERS] New Access Method

2007-03-03 Thread Joshua D. Drake
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 skeleton

Re: [HACKERS] New Access Method

2007-03-03 Thread Martijn van Oosterhout
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 index.

Re: [HACKERS] New Access Method

2007-03-03 Thread Alvaro Herrera
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 using

Re: [HACKERS] New Access Method

2007-03-03 Thread Alan Gatt
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