Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions
Date
Msg-id 307c9800-082b-770b-0e20-b73f0c88b788@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions  (Kang Yuzhe <tiggreen87@gmail.com>)
List pgsql-hackers
On 6/22/17 05:13, Craig Ringer wrote:
> On 22 June 2017 at 17:00, Kang Yuzhe <tiggreen87@gmail.com> wrote:
> 
>> diff --git a/src/backend/executor/nodeModifyTable.c
>> b/src/backend/executor/nodeModifyTable.c
>> index 8619ce3..e3ac758 100644
>> --- a/src/backend/executor/nodeModifyTable.c
>> +++ b/src/backend/executor/nodeModifyTable.c
> 
> The first entry in the 'index' is the git commit hash of the base commit, IIRC.
I don't know what the technical term is, but these values are hashes of
the file before and after, or something like that.  They are not Git
commits or trees.

See git format-patch option --base for how to communicate the base commit.

(The above patch was possibly created from an earlier unofficial Git
repository, because I can't find those hashes.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] TRUE and true
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] TRUE and true