Re: RFC: PostgreSQL Add-On Network

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Markus Wanner <markus(at)bluegap(dot)ch>, Josh Berkus <josh(at)agliodbs(dot)com>, "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RFC: PostgreSQL Add-On Network
Date: 2010-01-08 16:59:10
Message-ID: 20100108165910.GQ17756@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave,

* Dave Page (dpage(at)pgadmin(dot)org) wrote:
> Right - but the buildfarm isn't a feature being offered to end users.

And this network isn't a feature of the core code either, nor, do I
believe, is it being designed in a way that would require an overhaul
down the road to support Windows. To be honest, I really don't feel
this compares to features in the core code to begin with- I feel like
generally we don't like things which only work on a subset of platforms
because it's a small incremental change, and typically just requires
good programming practice, to make it work for all supported platforms.
That isn't true for this.

> I'm not saying it should be supported from day 1, but I think the
> initial plan will make it very difficult to add Windows support later
> without a great deal of rewriting/redesign. It's lack of forward
> planning I was objecting to.

I disagree with this, but in the end I don't think that it really
matters. If all we have resources for to work on this is a Perl expect,
then by golly let that be a dependency for the initial work. If there
are other resources who are willing to write the initial version in C,
or what have you, let them step up and offer. This isn't a zero-sum
game here and I'm strongly against telling someone "please don't work on
this" when it's something which will be of benefit to many users.

Thanks,

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-01-08 17:01:34 Re: damage control mode
Previous Message Markus Wanner 2010-01-08 16:48:49 Re: Serializable Isolation without blocking