Re: Feature Freeze date for 8.4 - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Feature Freeze date for 8.4
Date
Msg-id 471F5800.2080109@enterprisedb.com
Whole thread Raw
In response to Re: Feature Freeze date for 8.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Feature Freeze date for 8.4
List pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> On Wed, Oct 24, 2007 at 09:24:47AM -0400, Tom Lane wrote:
>>> I don't recall that we've rejected any patches lately just because they
>>> were unidiffs.  But I'd be sad if a large fraction of incoming patches
>>> started to be unidiffs.
> 
>> We bounce them back to the author pretty m uch every time with "context
>> diff please".
> 
> We have, and will continue to, bounce patches that arrive as whole files
> or no-context-lines patches.  But I know we've taken unidiffs without
> complaint.  Personally, if I have to read one that's more than isolated
> one-line changes, I apply it locally and then use "cvs diff -c" to get a
> version I can read ... which makes unidiff only a minor annoyance *as
> long as it applies cleanly*.  If it doesn't then it's a PITA ...

You can use "filterdiff -v --format=context". Or emacs's built in
command to do the conversion.

Because it's easy to convert from one to another, I think the unified
vs. context diff issue is a non-issue.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Feature Freeze date for 8.4
Next
From: Heikki Linnakangas
Date:
Subject: Re: second DML operation fails with updatable cursor