Re: ProcessUtility_hook

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Euler Taveira de Oliveira <euler(at)timbira(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ProcessUtility_hook
Date: 2009-12-09 04:05:43
Message-ID: 4B1F2217.7040707@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas wrote:
> Since Itagaki Takahiro is now a committer, I sort of assumed he would
> be committing his own patches.

Maybe, but I wasn't going to be the one to suggest that Tom get cut out
of the loop after he raised a list of issues with the patch already.

I think the situation for EXPLAIN BUFFERS is much simpler, given that
the last round of feedback was only quibbling over the line formatting
and docs. What I think is a reasonable general guideline is to route
submitted patches back to their author to commit only when the patch has
been recently free of code issues during its review. If we've already
had another committer chime in with concerns, they should probably
confirm themselves that the updated version is suitable to commit, and
do so instead of the author. That just seems like a reasonable
risk-reduction workflow approach to me, similar to how the "sign-off"
practice works on some other projects.

--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2009-12-09 05:18:19 Re: Adding support for SE-Linux security
Previous Message Tom Lane 2009-12-09 03:53:41 Re: Installing PL/pgSQL by default