On Wednesday 28 January 2009 07:05:17 Robert Haas wrote: > 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. :-)
More compactly, git show $HASH also works. TIMTOWTDI, apparently. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
