Re: Server Side C programming Environment Set up

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Rod Taylor <pg(at)rbt(dot)ca>, Kemin Zhou <kemin(dot)zhou(at)ferring(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Server Side C programming Environment Set up
Date: 2004-04-23 13:18:27
Message-ID: 200404231318.i3NDIRa16865@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > I'd be happy to write more documentation, howtos, or scripts and tools that
> > enable users to set up a proper build system, but I don't think it's our
> > business to try to write our own build system framework.
>
> Any build framework is going to have limitations, obviously, and it
> would be bad to design things to prevent subprojects from having their
> own. But I think that is no argument for not having a build framework
> at all. If we try to go that route, we'll be killing a lot of useful
> code that isn't quite valuable enough (in isolation) for people to
> expend the work to create their own build system for.
>
> Even more to the point, we've already *got* a build framework, which by
> demonstration works for many of the bits of code that we are talking
> about spinning off. What we have to do is adjust it so it still works
> for them after they're spun off. It seems silly to abandon the
> not-trivial work you and other people have already put into the contrib
> build system; and also silly to expect gborg projects to individually
> adapt it to their needs.

Bingo!

We have often had the attitude "If we can't do it perfectly, don't do
it". While that applies is some cases, it doesn't apply everywhere,
and we need to be wise in determining when we are helping people by
giving them a 99% solution.

--
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

Browse pgsql-sql by date

  From Date Subject
Next Message Martin Marques 2004-04-23 13:18:51 CONTEXT on PL/pgSQL
Previous Message Tom Lane 2004-04-23 12:01:31 Re: Server Side C programming Environment Set up