Re: : Postgresql Error after recovery

From: Venkat Balaji <venkat(dot)balaji(at)verse(dot)in>
To: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: : Postgresql Error after recovery
Date: 2012-07-04 09:46:39
Message-ID: CAFrxt0iWZdWhqKcV2m+p4mYfZS6Hw1iEjVb7gfsGAathdT=P9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 4, 2012 at 2:12 PM, Raghavendra <
raghavendra(dot)rao(at)enterprisedb(dot)com> wrote:

> On Wed, Jul 4, 2012 at 2:11 PM, Raghavendra <
> raghavendra(dot)rao(at)enterprisedb(dot)com> wrote:
>
>> \
>>> postgres=# \c oltp_db
>>> FATAL: index "pg_attribute_relid_attnum_index" contains unexpected
>>> zero page at block 0
>>> HINT: Please REINDEX it.
>>> Previous connection kept
>>>
>>> Can anyone please help us.
>>>
>>>
>> You have HINT given to REINDEX it. Use reindexdb from OS.
>>
>

Re-index option did not work.

Single user mode option did not work as well -

[postgres(at)localhost bin]$ postgres --single oltp_db -E -D
/usr/local/postgresql-9.0.1/data
2012-07-04 04:30:47 CDT [26072]: [1-1] user=,db= FATAL: index
"pg_attribute_relid_attnum_index" contains unexpected zero page at block 0
2012-07-04 04:30:47 CDT [26072]: [2-1] user=,db= HINT: Please REINDEX it.

Last option would be dump and restore. We need to avoid that reduce the
downtime.

Regards,
Venkat

--

DISCLAIMER:

Please note that this message and any attachments may contain confidential
and proprietary material and information and are intended only for the use
of the intended recipient(s). If you are not the intended recipient, you
are hereby notified that any review, use, disclosure, dissemination,
distribution or copying of this message and any attachments is strictly
prohibited. If you have received this email in error, please immediately
notify the sender and delete this e-mail , whether electronic or printed.
Please also note that any views, opinions, conclusions or commitments
expressed in this message are those of the individual sender and do not
necessarily reflect the views of *Ver sé Innovation Pvt Ltd*.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra 2012-07-04 10:05:53 Re: : Postgresql Error after recovery
Previous Message Raghavendra 2012-07-04 08:42:54 Re: : Postgresql Error after recovery