Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions
Дата
Msg-id 307c9800-082b-770b-0e20-b73f0c88b788@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions  (Kang Yuzhe <tiggreen87@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] TRUE and true
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] TRUE and true