Re: Strange Windows problem, lock_timeout test request

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Strange Windows problem, lock_timeout test request
Дата
Msg-id 20130224031508.GB16142@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Strange Windows problem, lock_timeout test request  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
* Andrew Dunstan (andrew@dunslane.net) wrote:
> Every unified diff can be turned into a context diff by passing it
> though "filterdiff --format=context".

On that point, annoyingly, it's not accurate for every diff.  In
particular, when I tried it with the diff for 'v29' of this lock_timeout
patch, it only returns the context diff for the first two files:

zcat 2-lock_timeout-v29.patch.gz | grep -- '--- postgresql' | wc -l
22

zcat 2-lock_timeout-v29.patch.gz | \    filterdiff --format=context | \ grep '\*\*\* postgresql' | wc -l
2

In the end, I did create a local git branch, commit the patch, then
diff it back against master using my context-diff git helper to get
something easier to read through.  Rather annoying.
Thanks,
    Stephen

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Strange Windows problem, lock_timeout test request
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: bugfix: --echo-hidden is not supported by \sf statements