Le lundi 24 juin 2013 11:44:21, Fabien COELHO a écrit : > >> Here it is. > > > > The patch does not apply and git also whines about trailing space. > > It needs a v3... > > The attachement here works for me. > Could you be more precise about the issue? > > postgresql> git branch test master > postgresql> git checkout test > Switched to branch 'test' > postgresql> patch -p1 < ../as_explicit-v2.patch > patching file doc/src/sgml/ref/create_cast.sgml > patching file src/backend/parser/gram.y > patching file src/include/parser/kwlist.h > patching file src/test/regress/expected/create_cast.out > patching file src/test/regress/sql/create_cast.sql
Ah, got it. 'git apply' is more strict. Patch apply with patch -p1 ( I though I tryed, but it seems not) == patch -p1 < as_explicit-v2.patch (Stripping trailing CRs from patch.) patching file doc/src/sgml/ref/create_cast.sgml (Stripping trailing CRs from patch.) patching file src/backend/parser/gram.y (Stripping trailing CRs from patch.) patching file src/include/parser/kwlist.h (Stripping trailing CRs from patch.) patching file src/test/regress/expected/create_cast.out (Stripping trailing CRs from patch.) patching file src/test/regress/sql/create_cast.sql == -- Cédric Villemain +33 (0)6 20 30 22 52 http://2ndQuadrant.fr/ PostgreSQL: Support 24x7 - Développement, Expertise et Formation
signature.asc
Description: This is a digitally signed message part.