Re: make available C extensions to others - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: make available C extensions to others
Date
Msg-id 87k4tkbcs2.fsf@hi-media-techno.com
Whole thread Raw
In response to make available C extensions to others  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
List pgsql-general
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> I've finished to write an extension to manipulate tsvectors and
> tsquery in C.
>
> I think it could be useful for someone else and I think I may take
> advantage at someone else looking at the code too.
>
> What would be the right place where to publish the code and how?

Create a pgfoundry project, and publish some doc and pointers at the
public URL for visibility: mycode.projects.postgresql.org.

Then I'd say host the code elsewhere, unless you're fond of CVS. I
picked up github, but any hosting would do I guess. Same for mailing
lists and all. I think that's the current advice.

Regards,
--
dim

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: make available C extensions to others
Next
From: Harald Fuchs
Date:
Subject: regexp_replace puzzle