Re: branching for 9.2devel

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: branching for 9.2devel
Date: 2011-05-04 17:21:36
Message-ID: 4DC18B20.7060006@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> You can't indent patches, only patched files. And that's the problem
>> with this happy scheme. For it to work at all sanely we'd need to keep
>> the committed code that the patch is to be applied against strictly
>> pgindent clean, presumably via some automated process such as a commit
>> hook. That's been suggested in the past, but hasn't met with universal
>> approval, IIRC.

Well, there is another solution to this, which is to use Git branches
and forks instead of mailing around patches.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-05-04 17:21:40 Re: VARIANT / ANYTYPE datatype
Previous Message Josh Berkus 2011-05-04 17:12:32 Re: Extreme bloating of intarray GiST indexes