Re: "cache reference leak" and "problem in alloc set" warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "cache reference leak" and "problem in alloc set" warnings
Дата
Msg-id 14498.1155912516@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: "cache reference leak" and "problem in alloc set" warnings  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-hackers
Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
> Looks like my palloc() math was correct. Just I had missed special
> handling of attnulls array passed to heap_formtuple(). It had should be

>   attnulls[i] = (isnull) ? 'n' : ' ';

These days I'd use heap_form_tuple in new code --- then you can work
with plain bool isnull flags instead of that weird 'n'/' ' convention.
        regards, tom lane


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: BF Failure on Bandicoot
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: installcheck-parallel