| From: | <arkadiusz(dot)staron(at)dreamlab(dot)pl> |
|---|---|
| To: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Tsearch + polish ispell + polish locale |
| Date: | 2006-12-01 13:07:15 |
| Message-ID: | EA6A3F5C1E4BC14D91D93A344436440C015D2A9B@MXMBON01.grupa.onet |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
FYI,
The problem does NOT exist in 8.2beta3.
I think it can be assumed that this was some locale related issue ...
Thanks for your help,
Arek.
> -----Original Message-----
> From: Teodor Sigaev [mailto:teodor(at)sigaev(dot)ru]
> Sent: Wednesday, November 22, 2006 5:12 PM
> To: Staroń Arkadiusz
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] Tsearch + polish ispell + polish locale
>
> >> Does lower()/upper() functions works well in postgres?
> >
> > Until regis error it works fine... then it gets broken.
> > As the matter of fact I wasn't able to determine who breaks it, is it
> postgres or tsearch ...
> >
> > Any idea how can I check it ?
>
> It seems to me, it's a memory corruption somewhere.
>
> try to compile postgres(and tsearch2 too) with
> CFLAGS=-O0 ./configure --enable-cassert --enable-debug
> and repeats the tests
>
> If you are using recent versions of Linux libc (later than 5.4.23) and
> GNU
> libc (2.x) then it will be useful to set MALLOC_CHECK_ enviroment variable
> to 2
> before starting postgres (man 3 malloc).
>
> --
> Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
> WWW:
> http://www.sigaev.ru/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2006-12-01 13:13:53 | Re: small pg_dump RFE: new --no-prompt (password) option |
| Previous Message | Dave Cramer | 2006-12-01 12:46:59 | small pg_dump RFE: new --no-prompt (password) option |