Re: strange problem

From: "Böhm, Sebastian (Vendor)" <sebastian(dot)boehm(at)friendscout24(dot)de>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: strange problem
Date: 2002-12-19 00:18:13
Message-ID: F11E485B8CEDD5119AAA000102F4030E2DBCEB@esdeklnbdcxc.internal.friendscout24.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I installed an newer rpm of the glibc (2.2.2-8.1 / 2.2.2-4 before) und
reinitialized the database with locale=C.

Just after installing the rpm, the problem was still there (reindex I did),
but after dump/initdb --locale=C/import the problem was gone.
Dont know wheater it is the reinit with new glibc or the reinit with
locale=C, dont have the time to figure it out.
(have to sleep now)

Thank you for your help !

Sebastian Böhm

-----Ursprüngliche Nachricht-----
Von: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Gesendet: Donnerstag, 19. Dezember 2002 00:18
An: "Böhm, Sebastian (Vendor)"
Betreff: Re: AW: [BUGS] strange problem

Thanks for sending the test data. Unsurprisingly, I don't see any
failure here:

regression=# select id,pseudonym from test4 where pseudonym =
'autologin_funkey';
id | pseudonym
------+------------------
6881 | autologin_funkey
(1 row)

but I was already suspecting a platform-dependent or locale-dependent
problem.

Please update to glibc 2.2.3 or later, then rebuild (or at least
reindex) your tables, and let me know if you can still see a problem.

regards, tom lane

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-12-19 03:30:58 Bug #851: cast() no longer works in array inserts
Previous Message Tom Lane 2002-12-19 00:16:08 Re: strange problem