Re: pg_restore out of memory - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_restore out of memory
Date
Msg-id 2679.1181914355@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_restore out of memory  (Francisco Reyes <lists@stringsutils.com>)
List pgsql-general
Francisco Reyes <lists@stringsutils.com> writes:
> If it is of any help.. information about the data.
> It is hex64 encoded data. The original data getting encoded can be up to
> 100MB. Not sure how much bigger the hex encoding could be making it.

Hmm.  I'm wondering about a memory leak in the input converter.  What
datatype exactly are the wide column(s)?  Also, do you have any ON
INSERT triggers on this table?

            regards, tom lane

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_restore out of memory
Next
From: Francisco Reyes
Date:
Subject: Re: pg_restore out of memory