Re: Fix for OpenSSL error queue bug

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Fix for OpenSSL error queue bug
Дата
Msg-id 20160428013846.GA55504@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Fix for OpenSSL error queue bug  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Fix for OpenSSL error queue bug
Список pgsql-hackers
Peter Geoghegan wrote:

> I'm not sure if project policy around backpatching (that commit
> messages and so on should match exactly) has anything to say about the
> case where backpatching follows several weeks after commit to the
> master branch.

There is no value in providing exact message matches when the backpatch
occurs even after one other commit in the master branch.  The principal
reason for the requirement is so that src/tools/git_changelog is able to
merge the commits as a single entry, and that's not going to happen when
you have one or more other commits in the master branch anyway.  I find
it more productive to mention, in the backpatched commit message, what
is the commit ID in the master branch.  That way it can be more easily
be searched for, later on.

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Shared memory and processes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Make PG's "NOT NULL"s and attnotnull ("is_nullable") conform to SQL-2011