Re: Bug tracker tool we need

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug tracker tool we need
Дата
Msg-id 15479.1334695094@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug tracker tool we need  (Jay Levitt <jay.levitt@gmail.com>)
Ответы Re: Bug tracker tool we need  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Jay Levitt <jay.levitt@gmail.com> writes:
> Greg Smith wrote:
>> Tracking when and how a bug is backported to older versions is one hard part
>> of the problem here.

> That's a great point. Both GitHub and git itself have no real concept of 
> releases, and can't tell you when a commit made it in.

We do actually have a somewhat-workable solution for that, see
src/tools/git_changelog.  It relies on cooperation of the committers
to commit related patches with the same commit message and more or
less the same commit time, but that fits fairly well with our practices
anyway.  If we did have an issue tracker I could see expecting commit
messages to include a reference to the issue number, and then it would
not be hard to adapt this program to key on that instead of matching
commit message texts.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parameterized-path cost comparisons need some work
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap