Re: [OT] there is a way to extract a previously applied patch? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [OT] there is a way to extract a previously applied patch?
Date
Msg-id 603c8f070901272105y66c1ba69lcee1a7ea4fdf01b6@mail.gmail.com
Whole thread Raw
In response to [OT] there is a way to extract a previously applied patch?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses 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>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: 8.4 release planning
Next
From: Jaime Casanova
Date:
Subject: Re: [OT] there is a way to extract a previously applied patch?