Re: Programming error: Out of Memory - Mailing list pgsql-general

From Tom Lane
Subject Re: Programming error: Out of Memory
Date
Msg-id 10068.1289952808@sss.pgh.pa.us
Whole thread Raw
In response to Re: Programming error: Out of Memory  (Jorge Arévalo <jorge.arevalo@deimos-space.com>)
Responses Re: Programming error: Out of Memory  (Jorge Arévalo <jorge.arevalo@deimos-space.com>)
List pgsql-general
=?ISO-8859-1?Q?Jorge_Ar=E9valo?= <jorge.arevalo@deimos-space.com> writes:
> Yes, it takes the table names from another query (select table_names
> from other_table), and the fields names from a XML file. Can the query
> which fetch the table names cause a memory problem? Seems weird

Well, we were already in pretty-weird territory with an out-of-memory
error and no apparent bloat in the palloc map.  I'm still hoping for a
test case ...

            regards, tom lane

pgsql-general by date:

Previous
From: Jorge Arévalo
Date:
Subject: Re: Programming error: Out of Memory
Next
From: Jorge Arévalo
Date:
Subject: Re: Programming error: Out of Memory