dbTalk Databases Forums  

Re: [BUGS] BUG #1838: IndexSupportInitialze

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] BUG #1838: IndexSupportInitialze in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Fuhr
 
Posts: n/a

Default Re: [BUGS] BUG #1838: IndexSupportInitialze - 08-20-2005 , 09:59 AM






On Fri, Aug 19, 2005 at 07:32:41PM +0100, Judith Altamirano wrote:
Quote:
PostgreSQL version: Postgres95
Is that *really* the version you're running? What's the output of
the following query?

SELECT version();

--
Michael Fuhr

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match


Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1838: IndexSupportInitialze - 08-20-2005 , 09:59 AM






"Judith Altamirano" <jaltamirano (AT) correolux (DOT) com.mx> writes:
Quote:
PostgreSQL version: Postgres95
Operating system: Red Hat 6.2
Description: IndexSupportInitialze
Details:

Hi, when I try to make a query it appears the next error:
IndexSupportInitialize: corrupted catalos
after of a table named suc_usr, I can't drop de table index
neither the table...
Postgres95!? Red Hat 6.2? My goodness, you are using ancient software.
The list of known bugs fixed since those days would terrify anybody
(and that goes for the whole OS not just Postgres). I urgently
recommend that you make a dump of your data, install something more
modern, and reload the database.

If your version of Postgres had REINDEX, you might be able to get out
from under the immediate problem with that, but REINDEX wasn't there
before Postgres 7.0.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster


Reply With Quote
  #3  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1838: IndexSupportInitialze - 08-22-2005 , 09:57 AM



Judith Altamirano <jaltamirano (AT) correolux (DOT) com.mx> writes:
Quote:
Sorry, I just looked into the copyright, but the version that I'm currently
used is POstgres 7.0.2, that is anyway ancient, , but the bug is also
the same:

IndexSupportInitialize: corrupted catalos

do you think that there is a way to fixed it?
If it's 7.0 you might be able to fix it with a REINDEX DATABASE.
You'll need to stop the postmaster and do this in a standalone backend.

My recollection is that the first couple of releases that had REINDEX
had very poor documentation of how to use it ... you might look at the
online documentation for more recent versions, eg
http://www.postgresql.org/docs/7.3/s...l-reindex.html
(versions newer than 7.3 will tell you about stuff that does not work
in 7.0, so this is probably the best one to look at)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.