BUG #2510: ERROR: out of memory DETAIL: Failed on request of size 825242672. - Mailing list pgsql-bugs

From alex tsai
Subject BUG #2510: ERROR: out of memory DETAIL: Failed on request of size 825242672.
Date
Msg-id 200607030656.k636uCHq085895@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2510: ERROR: out of memory DETAIL: Failed on request of size 825242672.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2510
Logged by:          alex tsai
Email address:      alex_tsai@pisem.net
PostgreSQL version: 8.1.4
Operating system:   FreeBSD 6.1 stable
Description:        ERROR:  out of memory DETAIL:  Failed on request of size
825242672.
Details:

I'm having a trouble trying to insert a tuple.
I'm getting this kind of error "ERROR:  out of memory DETAIL:  Failed on
request of size 825242672".
What could it be?
the table i'm working with has already 4629138 tuples.
When i terminate my program and start it again everything work fine for
another couple of minutes and then i'm get the same error.

CONTEXT:  SQL statement "INSERT INTO billing.calls(id_ats, btime, etime, tt,
ts, indexa, phonea, indexb, phoneb, cc, value, restart) VALUES ( $1 ,  $2 ,
$3 ,  $4 ,  $5 ,  $6 ,  $7 ,  $8 ,  $9 ,  $10 ,  $11 ,  $12 )"

Sincerely, Alex Tsai.

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug#372115: Last security update of postgresql-contrib
Next
From: "Nestor Ramirez (Speedy)"
Date:
Subject: Re: BUG #2507: Problem using two-phase commit