Re: "rejected" vs "returned with feedback" in new CF app

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "rejected" vs "returned with feedback" in new CF app
Date: 2015-04-08 19:28:50
Message-ID: CABUevEyQFOHs56BNyTjD40xRogkg2R+iYxWqaAtwWNT5kXh99A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 8, 2015 at 4:57 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Tue, Apr 7, 2015 at 3:35 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> > On 4/7/15 3:33 PM, Tom Lane wrote:
> >> I tried to mark the "UPDATE SET (*)" patch as "returned with feedback",
> >> but the CF app informed me that if I did that the patch would
> >> automatically be moved to the next commitfest. That seems completely
> >> stupid. There is no need to reconsider it unless a new version of the
> >> patch is forthcoming (which there may or may not ever be, but that's
> >> beside the point for now). When and if the author does submit a new
> >> patch, that would be the time to include it in the next commitfest, no?
> >
> > I noticed that as well and have avoided closing some patches because of
> it.
>
> Several people, including me, have complained about this before. I
> hope that Magnus will fix it soon.
>

Yeah, I think my doing so is more or less down to one of the hardest
problems in IT - naming things. As in, what should we call that level.

Right now we have "Committed", "Returned with feedback" and "Rejected" as
the statuses that indicates something is "done for this commitfest". I do
think we want to add another one of those to differentiate between these
two states -- we could flag it as just "returned with feedback" and not
move it, but if we do that we loose the ability to do statistics on it for
example, and in order to figure out what happened you have to go look at
the history details int he box at the bottom.

So i think we need a specific label for it. Any suggestions for what it
should be?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2015-04-08 19:30:13 Re: deparsing utility commands
Previous Message Alvaro Herrera 2015-04-08 18:45:26 Re: New error code to track unsupported contexts