Search Postgresql Archives

Re: Autovacuum Error Message out of memory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reto Wittwer <reto.wittwer@xxxxxxxxxx> writes:
> Hello everyone
> I have the following error in my postgres-log:
> 2011-02-18 16:33:46.262 CET [2068:1] @ FEHLER: Speicher aufgebraucht
> 2011-02-18 16:33:46.262 CET [2068:2] @ DETAIL: Fehler bei Anfrage mit Größe 893716290.

Right offhand this looks like a corrupt-data problem, ie, trashed length
word in some variable-length value.  Autovacuum isn't particularly at
fault, it just happens to be trying to examine a value that you haven't
read lately in regular use of the database.  I'd suggest seeing whether
pg_dump doesn't find the problem too; if so you'll need to start doing
data recovery.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux