Re: [HACKERS] ISN patch that applies cleanly with git apply

2010-10-13 Thread Jan Otto
hi tom, >> Peter Eisentraut asked Jan to produce a regression test for the ISN >> contrib module, which he is apparently working on. I would like to see >> him more clearly explaining how that will work though - so far, it's >> really just been described in very broad strokes. > > Even more to th

Re: [HACKERS] ISN patch that applies cleanly with git apply

2010-10-13 Thread Jan Otto
hi peter, > I would like to hear what people think of my observations about the > design of contrib/isn. In particular, I'd like Jan Otto to contribute > - he probably has more domain knowledge than I do. I haven't heard > from Jan about the proposed regression test. >

Re: [HACKERS] patch for contrib/isn

2010-08-10 Thread Jan Otto
On Aug 6, 2010, at 11:08 PM, Peter Eisentraut wrote: > On ons, 2010-08-04 at 19:32 +0200, Jan Otto wrote: >> patch against HEAD is attached and validated against a lot of >> previously wrong and correct hyphenated isbn. > > I think this module could use a regression test.

[HACKERS] patch for contrib/isn

2010-08-04 Thread Jan Otto
hi all, currently i am working on a big project for a german bookseller and publisher. one of the requirements was correct hyphenation of ISBN-13 for about 14.400.000 books in postgresql database. so added support for hyphenating isbn with the new 979-prefix and additionally added all missing rang

Re: [HACKERS] drop tablespace error: invalid argument

2009-11-10 Thread Jan Otto
blespace.c and with my self written testcase from september. regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] drop tablespace error: invalid argument

2009-11-09 Thread Jan Otto
s not present like described in this article. probably it was in 10.0.x... i have no older version of mac os x available here to check. regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mai

Re: [HACKERS] drop tablespace error: invalid argument

2009-11-09 Thread Jan Otto
known issue, which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID# 6795764." regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] drop tablespace error: invalid argument

2009-09-12 Thread Jan Otto
Well, 10.6.1 is out and it's still got the readdir() bug :-(. Has someone filed a bug report about this with Apple? yes i have filed a bugreport and keep this list informed when there is something going on. regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-ha

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
f our worries. i will take a look. regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
ExtUtils::Embed -e ldopts` pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` ! perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s% $pgac_tmp2%%"` if test -z "$perl_embed_ldflags" ; then { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
s_echo_n "checking for flags to link embedded Perl... " >&6; } ! pgac_tmp1=`[ "$ARCHFLAGS" ] || export ARCHFLAGS=""; $PERL - MExtUtils::Embed -e ldopts` pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` perl_embed_ldflags=`echo X"$pgac_tmp

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
bedded Perl" >&5 $as_echo_n "checking for flags to link embedded Perl... " >&6; } ! pgac_tmp1=`[ "$ARCHFLAGS" ] || export ARCHFLAGS=""; $PERL - MExtUtils::Embed -e ldopts` pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` perl_e

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
. for x86_64: ditto --rsrc --arch x86_64 libperl.so libperl.so.tmp && mv libperl.so.tmp libperl.so regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] More Snow Leopard fun: multiarch problems while building plperl

2009-09-08 Thread Jan Otto
e src/pl/plperl/plperl.so src/pl/plperl/plperl.so: Mach-O 64-bit bundle x86_64 $ regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] drop tablespace error: invalid argument

2009-08-30 Thread Jan Otto
Jan Otto writes: ERROR: could not read directory "pg_tblspc/16464": Invalid argument STATEMENT: DROP TABLESPACE testspace; I have digged a bit around in the source code of postgresql to build a self contained test-case for Apple and found that the implementation of Apples readdir(

Re: [HACKERS] drop tablespace error: invalid argument

2009-08-17 Thread Jan Otto
On Aug 16, 2009, at 8:25 PM, Tom Lane wrote: Jan Otto writes: ERROR: could not read directory "pg_tblspc/16464": Invalid argument STATEMENT: DROP TABLESPACE testspace; Hmm ... can't reproduce this here, not even on OSX. From the version number I suspect you are using

Re: [HACKERS] drop tablespace error: invalid argument

2009-08-16 Thread Jan Otto
d kernel bug and you need to talk to Apple about it. Thank you Tom. I will file a bugreport at Apple. regards, jan otto -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

[HACKERS] drop tablespace error: invalid argument

2009-08-16 Thread Jan Otto
--prefix=/opt/ postgresql it would be nice if somebody can take a look at this. regards, jan otto