Обсуждение: palloc at outer loop?

Поиск
Список
Период
Сортировка

palloc at outer loop?

От
Tom Lane
Дата:
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