Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)
Date: 2001-06-08 19:37:34
Message-ID: 10683.992029054@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Roberto Abalde 2001-06-08 20:19:43 Is this a bug?
Previous Message Tom Lane 2001-06-08 17:45:48 Re: unlink large objects