From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | mailtolouis2020-postgres(at)yahoo(dot)com |
Cc: | Postgres <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: postgres crash when select a record |
Date: | 2008-05-14 17:13:05 |
Message-ID: | 162867790805141013w5a68fafer43205688237d87bc@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
Delete this broken row
Regards
Pavel Stehule
2008/5/14 <mailtolouis2020-postgres(at)yahoo(dot)com>:
> Hello,
>
> I wish some could help me on this.
>
> I got a table which has 100500 records, when I try to query this particular
> record
>
> select * from cs_sr_mthly_rtn where mthly_rtn_id = 61609;
> Postgres crash, and show this errors:
>
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
>
> And in the serverlog, it shows:
>
> LOG: server process (PID 395) was terminated by signal 11
> LOG: terminating any other active server processes
> FATAL: the database system is in recovery mode
> LOG: all server processes terminated; reinitializing
> LOG: database system was interrupted at 2008-05-14 12:52:15 BST
> LOG: checkpoint record is at 0/48DEC034
> LOG: redo record is at 0/48DEC034; undo record is at 0/0; shutdown TRUE
> LOG: next transaction ID: 0/705241; next OID: 49152
> LOG: next MultiXactId: 1; next MultiXactOffset: 0
> LOG: database system was not properly shut down; automatic recovery in
> progress
> LOG: redo starts at 0/48DEC07C
> LOG: unexpected pageaddr 0/433AC000 in log file 0, segment 74, offset
> 3850240
> LOG: redo done at 0/4A3ABFC0
> LOG: database system is ready
>
> Because of this, I'm not able to do pg_dump backup anymore.
>
> Anyone can help me to solve this problem?
>
>
> Thanks
> louis
From | Date | Subject | |
---|---|---|---|
Next Message | mailtolouis2020-postgres | 2008-05-14 17:20:10 | Re: postgres crash when select a record |
Previous Message | Glyn Astill | 2008-05-14 17:07:23 | Re: postgres crash when select a record |