On Fri, Jan 24, 2014 at 6:57 AM, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote: > > Sergey Muraviov <sergey.k.muraviov@gmail.com> writes: > > I can't apply the patch. > > Did you try using the `patch`(1) command? > > The PostgreSQL project policy is to not use the git format when sending > patches to the mailing list, prefering the context diff format. So you > need to resort to using the basic patch commands rather than the modern > git tooling. See also: > > http://wiki.postgresql.org/wiki/Submitting_a_Patch > > Patches must be in a format which provides context (eg: Context > Diff); 'normal' or 'plain' diff formats are not acceptable. >
Would be nice if we can use "git apply" command...