Re: Why my vacuum fails?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Vilson farias" <vilson.farias@digitro.com.br>
Cc: pgsql-general@postgresql.org, "SIMONE Carla MOSENA" <simone.mosena@digitro.com.br>
Date: 2001-03-16T16:18:52Z
Lists: pgsql-general
"Vilson farias" <vilson.farias@digitro.com.br> writes: > : What platform are you running on, and how did you build or acquire the > : executables? Have you ever run the regression tests? > Linux RedHat 6.0 running on a K6-2. > I installed using RPM packages and it's PostgreSQL 7.0.2. Well, so much for my theory that it was an fmgr portability problem. I don't know how your indexes got so messed up, but at this point I'd recommend a dump/initdb/reload to get things straightened out. While you are at it, it'd be a good idea to update to 7.0.3. regards, tom lane