Memory context at PG_init call ?

Поиск
Список
Период
Сортировка
От Sandro Santilli
Тема Memory context at PG_init call ?
Дата
Msg-id 20150623114125.GD5835@localhost
обсуждение исходный текст
Ответы Re: Memory context at PG_init call ?
Список pgsql-hackers
Empirically, I seem to be getting the _PG_init call for a module while
the active memory context lifetime is that of the function call which
first needed to load the shared object.

Is this the case ? Documented anywhere ?
Initializing memory meant to be alive for the whole lifetime of a backend
in that function is a bit complex if that's confirmed.

--strk;



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: 9.5 make world failing due to sgml tools missing
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pg_rewind failure by file deletion in source server