New Access Method - Mailing list pgsql-hackers

From Alan Gatt
Subject New Access Method
Date
Msg-id 84b541e30703031038j489a146fk16807432e5e710cc@mail.gmail.com
Whole thread Raw
Responses Re: New Access Method  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: New Access Method  (Martijn van Oosterhout <kleptog@svana.org>)
Re: New Access Method  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Hello,<br /><br />I am trying to create a new index which is multidimensional (based on R-Tree) which can be used for
datawarehosuing. I have read the Developers' manual about adding new indexes, and now I want to start coding the new
index.<br /><br />My first step is to create the skeleton files, but I cannot compile Postgres now because of errors.
Thisis what I have done:<br /> - Create a header file in /src/includes/<br /> - Create a folder in /backend/access/ for
thenew index. <br /> - Created a new C file in the above folder <br /> - Copied a Makefile from the other access
methods,and changed the references to point to my C file <br /> - Edited the /backed/access Makefile to include my new
folder<br/><br />I am using Eclipse on WindowsXP. Any pointers about what have I done wrong or anything I missed?<br
/><br/>Thanks,<br />Alan<br /> 

pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Patch license update to developer's FAQ
Next
From: Bruce Momjian
Date:
Subject: Re: Deadlock with pg_dump?