Обсуждение: Ask help for putting SP-Gist into postgresql

Поиск
Список
Период
Сортировка

Ask help for putting SP-Gist into postgresql

От
Pei He
Дата:
Hi,
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.
Thanks
--
Pei


Re: Ask help for putting SP-Gist into postgresql

От
"Albe Laurenz"
Дата:
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