Re: New CF app deployment

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Peter Geoghegan <pg(at)heroku(dot)com>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New CF app deployment
Date: 2015-01-26 22:11:32
Message-ID: CA+TgmoZtP0bgPOqdzVq9AxRE8fJ6c=+Q3ddRwPqiNumvbv3R3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 26, 2015 at 4:32 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> On 01/26/2015 01:29 PM, Robert Haas wrote:
>> Furthermore,
>> if it sucked so bad, why did it take anyone 5 years to get around to
>> rewriting it? It took me less than a year to get around to replacing
>> what you wrote.
>
> Because whoever replaced it knew they'd be facing a shitstorm of criticism?

Didn't stop me. And actually, I didn't face a shitstorm of criticism.
The way I remember it, I got a pretty much unqualified positive
reaction at the time. Only later, when you had conveniently forgotten
how bad things were before we had that tool, did you start routinely
dumping on it. And, AFAICS, not because of anything it did wrong,
only because of things that it didn't do that were features you wanted
to have.

Most of those features were things that I could not possibly have
implemented anyway because they would have required deeper integration
with the authentication system than was possible with the access my
app had. Automatically linking new emails? Not possible: I had no
archives access. Automatic emails to users? Not possible: no access
to email addresses. Place to put a link to a git branch? Yeah, I
could have done that, and just didn't, but the new app doesn't do it
either, yet anyway. I don't know how Magnus's app is connecting in to
the rest of the PG infrastructure, but it's obviously got more access
than mine had. And I think that's great, because hopefully it will
eventually make this much nicer than what I had. It isn't nicer yet,
though, and you showing up and tossing out insults based on
revisionist history won't fix that.

What particularly peeves me about your remarks is that you've
basically made no contribution to the CommitFest process in years. I
am less active than I used to be, but I still do a lot of reviewing
and committing of patches and generally put a pretty significant
amount of time into it. Despite whatever shortcomings that app I
wrote has, so do a lot of other people. The CommitFest process has
got its issues, particularly a lack of reviewers, but it is still
better than having no process, and yet your only contributions seem to
be to denigrate the people who are putting time into it. You're using
the poor quality of my app, and an almost total misinterpretation of
what was said about attracting new reviewers at PGCon, as excuses for
your non-participation, and that is certainly your prerogative. You
have as much right not to participate as anyone. But refusing to
participate except to throw bricks is not going to move this project
forward.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-01-26 22:17:48 Re: proposal: searching in array function - array_position
Previous Message Jim Nasby 2015-01-26 22:11:08 Re: pg_upgrade and rsync