[PATCHES] tsearch2api .. wrapper for integrated fultext

2007-11-06 Thread Pavel Stehule
Hello I am sending light wrapper of integrated fulltext. API is compatible with tsearch2. Regards Pavel Stehule ToDo: rewrite functions diff -c -N -r contrib.old/tsearch2api/Makefile contrib/tsearch2api/Makefile *** contrib.old/tsearch2api/Makefile 1970-01-01 01:00:00.0 +0100 --- contrib

Re: [PATCHES] krb_match_realm

2007-11-06 Thread Henry B. Hotz
On Nov 6, 2007, at 6:27 AM, Magnus Hagander wrote: On Fri, Nov 02, 2007 at 11:23:30AM -0700, Henry B. Hotz wrote: I'm not entirely sure what the intended semantics of krb_match_realm are, but if you're trying to match the GSSAPI-authenticated name against "value_of(PGUSER)@value_of(krb_match_r

Re: [PATCHES] Fix pg_dump dependency on postgres.h

2007-11-06 Thread Alvaro Herrera
Zdenek Kotala wrote: > Alvaro Herrera wrote: >>> 1) I removed sugar word from postgres.h and put them closer to consumer >>> :-). I created include/catalog/genbki.h which contains sugar words - >>> macros for correct catalog data processing. All catalogs file now include >>> this header. >> Wha

Re: [PATCHES] Fix pg_dump dependency on postgres.h

2007-11-06 Thread Zdenek Kotala
Alvaro Herrera wrote: Zdenek Kotala wrote: Attached patch removes pg_dump dependency on postgres.h. The main reason for that was discussed there: http://archives.postgresql.org/pgsql-hackers/2007-10/msg01261.php This fix contains several steps: 1) I removed sugar word from postgres.h and put

Re: [PATCHES] Fix pg_dump dependency on postgres.h

2007-11-06 Thread Alvaro Herrera
Zdenek Kotala wrote: > Attached patch removes pg_dump dependency on postgres.h. The main reason > for that was discussed there: > > http://archives.postgresql.org/pgsql-hackers/2007-10/msg01261.php > > This fix contains several steps: > > 1) I removed sugar word from postgres.h and put them closer

Re: [PATCHES] krb_match_realm

2007-11-06 Thread Magnus Hagander
On Fri, Nov 02, 2007 at 11:23:30AM -0700, Henry B. Hotz wrote: > I'm not entirely sure what the intended semantics of > krb_match_realm > are, but if you're trying to match the GSSAPI-authenticated name > against > "value_of(PGUSER)@value_of(krb_match_realm)" then you need t

[PATCHES] Fix pg_dump dependency on postgres.h

2007-11-06 Thread Zdenek Kotala
Attached patch removes pg_dump dependency on postgres.h. The main reason for that was discussed there: http://archives.postgresql.org/pgsql-hackers/2007-10/msg01261.php This fix contains several steps: 1) I removed sugar word from postgres.h and put them closer to consumer :-). I created incl