Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module - Mailing list pgsql-hackers

From Jeremy Kronuz
Subject Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module
Date
Msg-id BAY107-F164BD56B7816AF30DE6A05D8350@phx.gbl
Whole thread Raw
Responses Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > ... Tom, were you able to apply the patch without problems
> > ('cause this is one of the first times I post a patch in a mailing
>list.)
>
>Um, no, doesn't work at all unfortunately:
>
>$ patch --dry <~/ean.patch
>patching file isn.c
>patch: **** malformed patch at line 6: enum isn_type { INVALID, ANY, EAN13,
>ISBN, ISMN, ISSN, UPC };
>
>$
>
>It looks like the patch got whitespace-mangled in transit.  With many
>mail programs it works better to add a patch as an attachment than
>to try to include it directly in the message text.  Also, we usually
>ask for diff -c rather than diff -u format ... I for one find it easier
>to read.
>
>Please sync the text-conversion issues and resubmit.
>

Tom, I'm attaching the new patch now... it's now using the GET_TEXT(), I've
updated the README and I've used the -c format as you suggested.
Please, let me know how it goes for you.

Regards,
Kronuz.


Attachment

pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: contrib uninstall scripts need some love
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Fixed length data types issue