Re: corruption on data table disconnects other clients silently when page is read

From: Vick Khera <vivek(at)khera(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: corruption on data table disconnects other clients silently when page is read
Date: 2009-05-20 15:35:02
Message-ID: 2968dfd60905200835h406844e1ke70e9c60b52f8618@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 20, 2009 at 11:25 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Vick Khera <vivek(at)khera(dot)org> writes:
>> Not only are the other clients disconnected, but there is NO
>> indication whatsoever in the server log that the DB disconnected any
>> clients and is "recovering".
>
> You sure you're looking at the right server log?  This certainly
> sounds pretty much like a standard crash-and-recovery sequence.

Yes; I see the ERROR from the select, including the select statement
itself, then nothing after that. I use syslog to log and everything
goes to that one log file. I normally see the DB recovery notices in
there when the DB is in recovery.

Does psql silently reconnect to the DB? Because my interactive shell
that caused the error did not disconnect.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James B. Byrne 2009-05-20 15:46:14 Re: Help with join syntax sought
Previous Message Tom Lane 2009-05-20 15:25:37 Re: corruption on data table disconnects other clients silently when page is read