Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)

From: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)
Date: 2001-06-08 23:44:42
Message-ID: 20010608234442.C3B2C1A8E@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thus spake Tom Lane
> darcy(at)druid(dot)net (D'Arcy J.M. Cain) writes:
> > Am I misunderstanding the call? I thought that the nulls parameter was
> > to map out which values you were changing to were NULL.
>
> heap_formtuple is for constructing a tuple from scratch. It sounds like
> you should be using heap_modifytuple instead.

But I am using SPI_modifytuple(). The rest came from tracing that
function.

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-09 00:20:28 Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)
Previous Message Bruce Momjian 2001-06-08 22:28:08 Re: make check fails