Re: New Access Method

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Alan Gatt <alangatt(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New Access Method
Date: 2007-03-03 19:00:27
Message-ID: 45E9C5CB.3000902@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 files, but I cannot compile
> Postgres
> now because of errors. This is what I have done:
> - Create a header file in /src/includes/
> - Create a folder in /backend/access/ for the new index.
> - Created a new C file in the above folder
> - Copied a Makefile from the other access methods, and changed the
> references to point to my C file
> - Edited the /backed/access Makefile to include my new folder
>
> I am using Eclipse on WindowsXP. Any pointers about what have I done wrong
> or anything I missed?

Well you haven't given us any errors or what c compiler you using...

Joshua D. Drake

>
> Thanks,
> Alan
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2007-03-03 19:15:16 PL/Python warnings in CVS HEAD
Previous Message Bruce Momjian 2007-03-03 18:49:32 Re: Deadlock with pg_dump?