Re: pqReadData() -- backend closed the channel unexpectedly.

From: "Jeff Barrett" <jbarrett(at)familynetwork(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: pqReadData() -- backend closed the channel unexpectedly.
Date: 2001-05-29 18:58:40
Message-ID: 9f0rhn$1594$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Checked that out, every row has a value and the values are properly
formatted. Seems like this may be an issue of not enough ram in the server.
The only problem I have with that diagnosis is that I do not get an out of
memory error, I just loose the back end.

Thanks,

Jeff

"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote in message
news:12678(dot)991063302(at)sss(dot)pgh(dot)pa(dot)us(dot)(dot)(dot)
> "Jeff Barrett" <jbarrett(at)familynetwork(dot)com> writes:
> > I get a success on testtime and a failure of "pqReadData() -- backend
> > closed the channel unexpectedly on logs2".
>
> > update <either tablename> set time2 = to_timestamp(time, 'HH24:MI:SS');
>
> Any NULL values in the time column? ISTR to_timestamp fails on NULLs in
> pre-7.1 releases. Try upgrading.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Ruprecht 2001-05-29 20:37:15 Recompiling Non-PostGres apps when upgrading PostGreSQL
Previous Message mike.w 2001-05-29 18:09:40 Postgres Benchmarks?