Re: Ask help for putting SP-Gist into postgresql

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: <pgsql-hackers(at)postgresql(dot)org>
Cc: "Pei He *EXTERN*" <hepeimail(at)gmail(dot)com>
Subject: Re: Ask help for putting SP-Gist into postgresql
Date: 2010-03-26 08:03:57
Message-ID: D960CB61B694CF459DCFB4B0128514C2049EE2BC@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pei He wrote:
> I am trying to put the SP-Gist package, a general index framework for
> space partitioning trees , into Postgresql source code.
>
> SP-Gist was developed for postgresql 8.0. However, now it does not
> work with the new version.
>
> So, for the submitted patch, what version of postgresql is required?
> And, is there anybody can help with that?
>
> Please cc to my email, when reply.

Start here: http://wiki.postgresql.org/wiki/Submitting_a_Patch

Present your idea in detail on this mailing list as a first step,
and ask for help as you need.

Currently PostgreSQL is in feature freeze for the upcoming 9.0
release, so you should target the first commitfest for 9.1.

Your patches should apply to cvs HEAD.

Yours,
Laurenz Albe

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2010-03-26 09:30:32 Streaming Replication and CopyOutResponse message
Previous Message Fujii Masao 2010-03-26 05:24:35 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL