Re: [OT] there is a way to extract a previously applied patch?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [OT] there is a way to extract a previously applied patch?
Дата
Msg-id 603c8f070901272105y66c1ba69lcee1a7ea4fdf01b6@mail.gmail.com
обсуждение исходный текст
Ответ на [OT] there is a way to extract a previously applied patch?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: [OT] there is a way to extract a previously applied patch?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Re: [OT] there is a way to extract a previously applied patch?  (Andrew Dunstan <andrew@dunslane.net>)
Re: [OT] there is a way to extract a previously applied patch?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Easy to do with git.

$ git log

Use "/Allow AS" to find the commit.  Oh, there it is.

$ git log -1 -p 4f08d8492598a518f803d8c2979b39f0050b0f8d > allow-as.patch

Attached for your convenience.  :-)

...Robert

Вложения

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

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: 8.4 release planning
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: [OT] there is a way to extract a previously applied patch?