Re: Backend sent D message without prior T

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Antonis Antoniou <a(dot)antoniou(at)albourne(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Backend sent D message without prior T
Date: 2001-02-14 18:36:34
Message-ID: 15254.982175794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Antonis Antoniou <a(dot)antoniou(at)albourne(dot)com> writes:
> Tom Lane wrote:
>> IIRC, this is a fairly common symptom of the frontend app running out
>> of memory --- libpq loses sync with what the backend is sending, and
>> it doesn't handle that very gracefully.

> This is strange because the machine has 1GB of memory. Using the same
> database on PostgreSQL 7.0.2 and on a machine that has 500MB of memory
> the above query works fine.

But what do you have the per-process memory limit set to on this
machine? (ulimit, kernel MAXDSIZ parameter, or swap space limits might
be preventing your frontend from using all available memory.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-14 19:16:15 Re: tmp_pg_shadow
Previous Message Louis-David Mitterrand 2001-02-14 18:35:39 using tables as types in other tables