Re: [HACKERS] VACUUM ANALYZE problem on linux
Oleg Broytmann <phd@sun.med.ru>
From: Oleg Broytmann <phd@sun.med.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 1999-02-25T14:40:50Z
Lists: pgsql-hackers
Hi!
On Thu, 25 Feb 1999, Tom Lane wrote:
> Say, is it possible that your VACUUM problem is a locale-related bug?
Hmm... May be.
> If init runs with a different locale setting than hand-started
> processes, then that would affect index ordering ... which could
> perhaps cause fatal problems while vacuuming indexes. I could
> believe that VACUUM is not able to cope with indexes that appear
> to be out of order according to the sort operators it's using.
I have no indexes in this database.
Looks like I need toreproduce the same env in command line. I'll try.
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net
Programmers don't die, they just GOSUB without RETURN.