palloc at outer loop?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема palloc at outer loop?
Дата
Msg-id 2863.925001811@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Does anyone know offhand what are the implications of calling palloc()
in the backend's outer loop?  (That is, in postgres.c, but outside the
Start/CommitTransactionCommand calls?)  How long will such memory
remain allocated if not explicitly pfree'd?
        regards, tom lane


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

Предыдущее
От: JP Rosevear
Дата:
Сообщение: [Fwd: [HACKERS] typeidTypeRelid Error]
Следующее
От: Chris Bitmead
Дата:
Сообщение: Efficiency of LIMIT ?