Re: Last gasp

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: Peter Geoghegan <peter(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Greg Smith <greg(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Last gasp
Date: 2012-04-11 16:37:36
Message-ID: CABUevEzNyq=__YY+heT5mM8WrdD88fjzYSgOnsWCd=sw_V=TMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 11, 2012 at 18:29, Josh Kupershmidt <schmiddy(at)gmail(dot)com> wrote:
> On Wed, Apr 11, 2012 at 8:59 AM, Peter Geoghegan <peter(at)2ndquadrant(dot)com> wrote:
>> On 11 April 2012 15:35, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
>>> For example, Thom (and others) could collect a number of typo fixes in
>>> their own repo and then just ask for a merge.The advantage over just
>>> staging multiple commits and then submitting a patch would be that
>>> multiple people could work on it...
>>
>> This is hardly a radical idea at all - it's basically how git was
>> really intended to be used at scale. Of course, unless some committer
>> is going to make it their responsibility to merge those commits say
>> every 3 months, there's no point in bothering. This could consolidate
>> the number of typo commits to boot, as they could be rebased. TBH, I
>> find it slightly embarrassing to have to ask a committer to fix a
>> minor typo, and it's hardly reasonable to expect me to save my typos
>> up.
>>
>> Big +1 from me.
>
> Particularly for the docs, it'd be nice to have more committer
> bandwidth available, if there's a reasonable way to do so without
> causing needless merge work for existing committers. Like Peter, I
> hate to bother busy committers with trivial typofixes, and sometimes I
> just don't bother sending such changes in, and they get lost :-(
>
> Maybe keeping doc/ as a 'git submodule' could work? Or, as Tom
> suggests, adding a global committer who could focus on docs changes
> would effectively solve the problem as well.

git submodule would be a really bad idea imho. Then you couldn't make
a single commit that deals with both code and docs.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-04-11 16:48:00 Re: Last gasp
Previous Message Fujii Masao 2012-04-11 16:35:55 Re: [streaming replication] 9.1.3 streaming replication bug ?