[PATCHES] contrib uninstall script fixes

2006-09-10 Thread Michael Fuhr
The uninstall scripts for dblink and ltree were missing some functions. -- Michael Fuhr Index: contrib/dblink/uninstall_dblink.sql === RCS file: /projects/cvsroot/pgsql/contrib/dblink/uninstall_dblink.sql,v retrieving revision 1.2 di

Re: [PATCHES] contrib uninstall script fixes

2006-09-10 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > The uninstall scripts for dblink and ltree were missing some > functions. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module

2006-09-10 Thread Tom Lane
"Jeremy Kronuz" <[EMAIL PROTECTED]> writes: > ... 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 pat

Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module

2006-09-10 Thread Jeremy Kronuz
> ... 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

Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module

2006-09-10 Thread Tom Lane
"Jeremy Kronuz" <[EMAIL PROTECTED]> writes: > 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. Looks great, applied. If you are interested, consider working up

Re: [PATCHES] ISBN/ISSN/ISMN/EAN13 module

2006-09-10 Thread Jeremy Kronuz
> Tom, I've checked the version in the cvs and I had made significant changes > from that version. Hm, it sounds like I guessed wrong about which version was newer ... is there something flaky about your machine's system clock? The file timestamps in the two tarballs definitely pointed the othe

Re: [PATCHES] [HACKERS] Fix linking of OpenLDAP libraries

2006-09-10 Thread Albe Laurenz
>> Here is a new patch that replaces the previous one; it adds two >> macros LDAP_LIBS_FE and LDAP_LIBS_BE for frontend and backend, >> respectively. > >> I did not only add them to the Makefile for interfaces/libpq, >> but also everywhere something is linked against libpq in case >> somebody link