Re: [GENERAL] Two problems

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Sergei Chernev <ser(at)nsu(dot)ru>
Cc: Postgres Mailing List <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Two problems
Date: 1998-12-09 04:29:20
Message-ID: 366DFCA0.299ED6CC@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sergei Chernev wrote:
>
> 2. Sometimes it happens then vacuuming return:
> NOTICE: BlowawayRelationBuffers(userd_bank, 2): block 3 is referenced
> (private
> 0, last 0, global 1)
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally before or
> while pr
> ocessing the request.
> We have lost the connection to the backend, so further processing is
> impossible.
> Terminating.
>
> What does it mean ? It seems to me that the reason is vacuuming then
> somebody working
> whith database but it impossible to find when no one connected.

It seems like buffer leak...
Did you compile backend with ASSERT defined?
Please re-compile if not.

Vadim

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marcin Grondecki 1998-12-09 05:15:09 AIX 4.1 & plpgsql
Previous Message Sergei Chernev 1998-12-09 04:03:19 Two problems