Re: Out of Memory postgres - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: Out of Memory postgres
Date
Msg-id 4D305F0102000025000395EC@gw.wicourts.gov
Whole thread Raw
In response to Out of Memory postgres  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Responses Re: Out of Memory postgres
List pgsql-admin
Silvio Brandani <silvio.brandani@tech.sdb.it> wrote:

> I try to change odbc drivers (version 8.x to 9.x) and postgres
> version (8.3.x to 9.x , Linux  platform ) but the error appear in
> all versions.

>    MessageContext: 1590689792 total in 211 blocks; 8496 free (19
> chunks); 1590681296 used

Exact versions might be significant.  Also, locale information,
particularly character set and encoding, at each layer may be
significant.  I seem to remember some problems with recursive calls
within error handling when there were byte sequences which didn't
work in the encoding.  There has been work to fix that in the
PostgreSQL backend, but I don't know about the ODBC driver, and if
you're not using the latest version, you might be missing a critical
fix.

http://www.postgresql.org/support/versioning

-Kevin

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Postgresql 9.0.2 explain analyze very slow (10x), compared to actual query time
Next
From: Achilleas Mantzios
Date:
Subject: Re: Postgresql 9.0.2 explain analyze very slow (10x), compared to actual query time