Re: contrib vs. gborg/pgfoundry for replication solutions

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Jan Wieck <JanWieck(at)Yahoo(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib vs. gborg/pgfoundry for replication solutions
Date: 2004-04-22 04:29:36
Message-ID: 200404220429.i3M4TaB00747@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
> Bruce Momjian wrote:
> > I was thinking about CPAN. They have download stuff, but it installs
> > very easily. I wonder if we should allow gborg projects to interface to
> > our configure output in a way that makes it easier for them to be
> > installed.
>
> Now that idea I like. The R project also has something similar that
> allows a standard R command to download, compile, and install their
> equivalent to contrib packages. They even have an automated system of
> testing the contributed packages to ensure they work. If the package
> doesn't meet certain standards, it is automatically dropped from the
> link list on the download page. See:
> http://cran.r-project.org/doc/manuals/R-exts.pdf
> if you're interested. Very impressive, but also a huge amount of work to
> set up.
>
> > The gborg is easy for development and releasing, but loses in the
> > easy-of-use category sometimes.
>
> I agree.

I am thinking they could untar into a directory under pgsgl/ or have a
way to point to a 'configure'-run source tree and pull values from
there.

If you include pg_config.h, or use Makefile.global, you have almost
everything you need to compile your own, including flags, configure
checks, and the location of the installation directory.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-04-22 04:39:21 Re: cannot drop active portal
Previous Message Joe Conway 2004-04-22 04:25:01 Re: contrib vs. gborg/pgfoundry for replication solutions