malloc in xlog.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема malloc in xlog.c
Дата
Msg-id 200212171830.gBHIULG20333@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: malloc in xlog.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I see a few malloc's in backend/access/transam/xlog.c that don't check
to see if malloc returns NULL/failure.  I think there should be at least
an Assert() in there.

Also, seems we use malloc() a few other places where palloc should be
used, like variable.c.  Is that correct?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Password security question
Следующее
От: Matthew Kirkwood
Дата:
Сообщение: Re: Suggestion; "WITH VACUUM" option