Re: pg_restore out of memory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Reyes <lists(at)stringsutils(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore out of memory
Date: 2007-06-15 13:32:35
Message-ID: 2679.1181914355@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Reyes <lists(at)stringsutils(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2007-06-15 14:35:00 Re: pg_restore out of memory
Previous Message Alvaro Herrera 2007-06-15 13:19:37 Re: pg_restore out of memory