Re: Extending SQL with C, shared library problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extending SQL with C, shared library problem
Дата
Msg-id 25951.1121897382@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extending SQL with C, shared library problem  (Shawn Garbett <shawn_garbett@yahoo.com>)
Список pgsql-novice
Shawn Garbett <shawn_garbett@yahoo.com> writes:
> ... Or does the shared library get loaded
> separately for each process?

Effectively, yes.  You can preload the library in the postmaster if
startup time is a big concern, but each backend process will have its
own instances of the static variables.

            regards, tom lane

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

Предыдущее
От: Shawn Garbett
Дата:
Сообщение: Re: Extending SQL with C, shared library problem
Следующее
От: Humberto Carvalho
Дата:
Сообщение: auditorship in PostgreSQL