Re: Postmaster cannot start

From: "Chun Yit\(Chronos\)" <ivanbeh(at)chronos(dot)com(dot)my>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postmaster cannot start
Date: 2006-05-16 04:39:58
Message-ID: 004201c678a2$cb8899c0$a279640a@Beh
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> 4) how can i solve this problem?
>>
> The base table pg_class should be ok(pg_class_oid_ind indicates both have
> the same cardinality). Try to reindex pg_class as the superuser.
>
>>
>but not i not be able to reindex the table because i cannot start the
>postmaster.
>postmaster give me error every time i try to start it
>this is the error msg
DEBUG: found "/usr/local/pgsql/bin/postgres" using argv[0]
LOG: could not create IPv6 socket: Address family not supported by protocol
DEBUG: max_safe_fds = 985, usable_fds = 1019, already_open = 5
DEBUG: found "/usr/local/pgsql/bin/postmaster" using argv[0]
LOG: could not resolve "localhost": Temporary failure in name resolution
LOG: database system was interrupted while in recovery at 2006-05-15
04:14:39 MYT
HINT: This probably means that some data is corrupted and you will have to
use the last backup for recovery.
LOG: checkpoint record is at A/46315F10
LOG: redo record is at A/46315F10; undo record is at 0/0; shutdown FALSE
LOG: next transaction ID: 14135366; next OID: 51809028
LOG: database system was not properly shut down; automatic recovery in
progress
LOG: redo starts at A/46315F50
PANIC: btree_delete_page_redo: uninitialized right sibling
LOG: startup process (PID 5043) was terminated by signal 6
LOG: aborting startup due to startup process failure

>Regards
>Beh

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chun Yit(Chronos) 2006-05-16 04:45:46 Re: Postmaster cannot start
Previous Message Russ Brown 2006-05-16 03:14:05 Re: Friendly catalog views