Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)
Дата
Msg-id 360.1361802350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)  (Stephen Frost <sfrost@snowman.net>)
Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> * Robert Haas (robertmhaas@gmail.com) wrote:
>> True, but I'm with Heikki: it's a pedantic and unhelpful guideline.

> Then let's change it, drop the preference, and update the documentation.

I think we should drop the hard requirement for context-format, and
instead say that it must not be plain (context-free) diff, since that
clearly *is* a hard requirement.

However, I liked the upthread suggestion (I think it was from Heikki)
that we recommend that submitters actually take a moment to think about
which format is more readable for their particular patch.   Readability
is important not only to help people who just give the patch a quick
eyeball, but also to help the inevitable situations where hunks have
to be applied by hand because the underlying code has changed.  The
less readable the patch, the more likely an error in doing that.
(And I trust we've all learned by now that git isn't so good at merging
that this isn't a problem.)
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: unified vs context diffs (was Re: Strange Windows problem, lock_timeout test request)
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Why do we still perform a check for pre-sorted input within qsort variants?