Re: ERROR: out of free buffers: time to abort!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: out of free buffers: time to abort!
Date: 2003-03-17 21:15:52
Message-ID: 10446.1047935752@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joseph Shraibman <jks(at)selectacast(dot)net> writes:
> I upped the shared_buffers from 128 to 256 and I'm still getting the error.

Hmph. I wonder if you've got a bug there. What PG version is this?
Is it possible that the update is hitting rows that have been recently
updated in concurrent transactions?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-03-17 21:27:47 Re: The folding of unquoted names to lower case in PostgreSQL
Previous Message Joseph Shraibman 2003-03-17 20:39:55 Re: ERROR: out of free buffers: time to abort!