Re: How to reindex when unable to open relation?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Darren Reed <darrenr+postgres(at)fastmail(dot)net>
Cc: Shoaib Mir <shoaibmir(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: How to reindex when unable to open relation?
Date: 2008-02-27 05:34:37
Message-ID: 14210.1204090477@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Darren Reed <darrenr+postgres(at)fastmail(dot)net> writes:
>>> How do I know which files those are?
>>
>> find $PGDATA -name pg_internal.init

> Doesn't exist.

Sucks to be you, then :-(

I'm curious though exactly where the failure is, because there's not
much in RelationCacheInitializePhase2 that looks like it could crash,
other than the init-file reading (I assume load_relcache_init_file
got inlined into RelationCacheInitializePhase2). Do you want to try
rebuilding the backend with --enable-debug so we can get a better
traceback?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Phillip Smith 2008-02-27 05:35:50 Re: Backup to Tape Incomplete
Previous Message Scott Marlowe 2008-02-27 05:23:03 Re: Backup to Tape Incomplete