Re: Interface of the R-tree in order to work with postgresql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Interface of the R-tree in order to work with postgresql
Date
Msg-id 1935.1160405310@sss.pgh.pa.us
Whole thread Raw
In response to Interface of the R-tree in order to work with postgresql  ("jorge alberto" <jorge.is.a.geek@gmail.com>)
List pgsql-hackers
"jorge alberto" <jorge.is.a.geek@gmail.com> writes:
> where can i find the .h that describes the interface that a spatial access
> method, like the R-tree, must have in order to work with postgresql.

There is no single .h file that will tell you everything you need to know.
I'd suggest starting here:
http://developer.postgresql.org/pgdocs/postgres/internals.html
with particular attention to chapter 48
http://developer.postgresql.org/pgdocs/postgres/indexam.html
After that the indexam README files might be educational:
src/backend/access/nbtree/README
src/backend/access/gin/README
src/backend/access/gist/README
src/backend/access/hash/README
and then start looking at .h files.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Backbranch releases and Win32 locking
Next
From: Teodor Sigaev
Date:
Subject: Re: Backbranch releases and Win32 locking