Re: gSoC - ADD MERGE COMMAND - code patch submission - Mailing list pgsql-hackers

From Greg Smith
Subject Re: gSoC - ADD MERGE COMMAND - code patch submission
Date
Msg-id 4C3B20F9.1070104@2ndquadrant.com
Whole thread Raw
In response to Re: gSoC - ADD MERGE COMMAND - code patch submission  (Boxuan Zhai <bxzhai2010@gmail.com>)
Responses Re: gSoC - ADD MERGE COMMAND - code patch submission
List pgsql-hackers
Boxuan Zhai wrote:
> I found that people have problems on running my codes, which probably 
> comes from my nonstandard submission format. I can compile, install 
> and initialize postgres in my own machine. The system accepts MERGE 
> command and will throw an error when it runs into the executor, which 
> cannot recognize the MERGE command type so far. 

Your job as a potential contributor to PostgreSQL is to make it as easy 
as possible for others to test your code out and get good results.  I 
sent you some more detailed guidelines over the weekend as to what I 
think you should do here to achieve that.  You should wait until you've 
gotten a private review from one of the two people who have volunteered 
to help you out here before you submit anything else to the list.  
Wasting the time of everyone in the community by sharing code that 
doesn't mean any of the project guidelines is a very bad idea; please 
don't do that again.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: CommitFest 2010-07 Plans and Call for Reviewers
Next
From: Pavel Baroš
Date:
Subject: Re: - GSoC - snapshot materialized view (work-in-progress) patch