Re: ANSI Compliant Inserts

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Rod Taylor <rbt(at)zort(dot)ca>, pgsql-patches(at)postgresql(dot)org
Subject: Re: ANSI Compliant Inserts
Date: 2002-04-15 20:00:02
Message-ID: 200204152000.g3FK02x16281@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hiroshi Inoue wrote:
> Bruce Momjian wrote:
> >
> > Tom Lane wrote:
> >
> > > There are a fair number of things in the TODO list that you put there
> > > because you liked 'em, but that doesn't mean everyone else agrees.
> > > I certainly will not accept "once it's on the TODO list it cannot be
> > > questioned"...
> >
> > I put it there because I didn't think there was any question.
>
> Honetsly I don't understand what TODO means.
> Can a developer solve the TODOs any way he likes ?

I meant to say there was no question we wanted this item fixed, not that
there was no need for implementation discussions.

In summary, code changes have three stages:

o Do we want this feature?
o How do we want the feature to behave?
o How do we want the feature implemented?

Tom was complaining because the patch appeared without enough discussion
on these items. However, from my perspective, this is really trying to
micromanage the process. When people post patches, we aren't forced to
apply them. If people want to code things up and just send them in and
then are willing to get into a discussion to make sure all our questions
listed above are dealt with, that is fine with me.

To think that everyone is going to follow the process of going through
those three stages before submitting a patch isn't realistic. I think
we have to be a little flexible and work with these submitters so their
involvment in the project is both positive for them and positive for the
project. Doing discussion sometimes in a backward order is sometimes
required to accomplish this.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-04-15 20:01:29 Re: RFC: Generating useful names for foreign keys and checks
Previous Message Tom Lane 2002-04-15 19:56:33 Re: regression in CVS HEAD

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-15 20:03:40 Re: [PATCHES] ANSI Compliant Inserts
Previous Message Rod Taylor 2002-04-15 19:18:10 Re: Commands/ directory reorganisation