Re: backend process terminates

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: backend process terminates
Дата
Msg-id 20070808223800.GB14445@svana.org
обсуждение исходный текст
Ответ на Re: backend process terminates  (Geoffrey <lists@serioustechnology.com>)
Список pgsql-general
On Wed, Aug 08, 2007 at 08:50:41AM -0400, Geoffrey wrote:
> Correct on both counts.  Many of the routines are wrapper routines used
> to assist in code portability.

That ok in programs, but shared libraries need to be careful not to use
names likely to be used by programs that use them. FWIW, this document
has lots of information about ELF shared libraries.

http://people.redhat.com/drepper/dsohowto.pdf

There's a lot of technical stuff that you can skip, but there is a lot
of info about scopes and how they are resolved, common problems and how
to fix them.

Have a nice,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Trigger not working as expected, first row gets a null value
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Reordering columns, will this ever be simple?