Re: [HACKERS] Happy column dropping - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Happy column dropping
Date
Msg-id 14760.948691268@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Happy column dropping  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] Happy column dropping
List pgsql-hackers
>>>> I think we are spoiled with Tom, Jan, and Vadim who just show up and
>>>> produce 100% functional patches the first time.

Who, me?  Go back and read the CVS logs for all my "oops..." messages.

>> a) 100% functional patches *after* extensive discussion
>
> Usually some one cleans me up. :-)  Even with discussion, my stuff is
> not 100%.

Assuming that Peter is still listening and hasn't given up in disgust,
I think the take-home point here is "discuss first, implement second".
Even the guys who have been working with Postgres the longest are
keenly aware that they don't know all there is to know about the
system.  *That's* why we have developed a tradition of sending proposals
to the list before doing anything major.  Very often there's someone
who knows a little more than you do about one aspect or another, and
will be able to save you from a mistake.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] Implementing STDDEV and VARIANCE
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Patch for elog(FATAL)/elog(ERROR) infinite loop?