Re: ERROR: out of free buffers: time to abort! - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: out of free buffers: time to abort!
Date
Msg-id 10446.1047935752@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: out of free buffers: time to abort!  (Joseph Shraibman <jks@selectacast.net>)
Responses Re: ERROR: out of free buffers: time to abort!  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-general
Joseph Shraibman <jks@selectacast.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

pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: ERROR: out of free buffers: time to abort!
Next
From: Andrew Sullivan
Date:
Subject: Re: The folding of unquoted names to lower case in PostgreSQL