Re: Where to load modules from?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Where to load modules from?
Date: 2013-09-15 14:51:01
Message-ID: 1379256661.28789.6.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2013-09-15 at 16:09 +0200, Dimitri Fontaine wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > It shouldn't be in the commit fest if it has no patch.
>
> What should I do if my goal is to get community consensus on the best
> way to solve a problem, and want to start the discussion with some
> proposals?

Post it to the pgsql-hackers list.

> My understanding is that a Commit Fest is mainly about Reviewing, that's
> why I still added an entry for two designs that I need feedback on
> before actually coding a solution.
>
> Writing the code is the easiest part of those proposals, but that's only
> true as soon as we decide what code we should be writing.

I understand why using the commit fest process is attractive for this,
because it enables you to force the issue. But the point of the commit
fest is to highlight patches whose discussion has mostly concluded and
get them committed. If we add general discussion to the commit fest,
it'll just become a mirror of the mailing list, and then we'll need yet
another level of process to isolate the ready patches from that.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2013-09-15 14:52:23 Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Previous Message Marko Tiikkaja 2013-09-15 14:49:15 Re: Assertions in PL/PgSQL