Re: PostgreSQL Developer meeting minutes up - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id 20090608161729.23933argdds1usmx@mail.bluegap.ch
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Aidan Van Dyk <aidan@highrise.ca>)
List pgsql-hackers
Hi,

Quoting "Nicolas Barbier" <nicolas.barbier@gmail.com>:
> ISTM that back-patching

I take this to mean "back-patching by cherry picking".

> a change to a file that wasn't modified on the
> back-branch leads exactly to merging a change to a (file-wise)
> ancestor?

Regarding the file's contents - and therefore the immediately visible  
result - that's correct. However, for a merge, the two ancestor  
revisions are stored, where as with cherry-pinging this information is  
lost (at least for git).

So, trying to merge on top of a cherry-pick, git must merge these  
changes again (which might or might not work). Merging on top of  
merging works just fine.

Regards

Markus Wanner



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_migrator issue with contrib
Next
From: Alvaro Herrera
Date:
Subject: Re: Partial vacuum versus pg_class.reltuples