Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)
Дата
Msg-id 10683.992029054@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: Memory exhausted in AllocSetAlloc(909324558)  (darcy@druid.net (D'Arcy J.M. Cain))
Ответы Re: ERROR: Memory exhausted in AllocSetAlloc(909324558)  (darcy@druid.net (D'Arcy J.M. Cain))
Список pgsql-hackers
darcy@druid.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards
Следующее
От: "Roberto Abalde"
Дата:
Сообщение: Is this a bug?