Re: backend process terminates - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: backend process terminates
Date
Msg-id 20070808223800.GB14445@svana.org
Whole thread Raw
In response to Re: backend process terminates  (Geoffrey <lists@serioustechnology.com>)
List 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.

Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Trigger not working as expected, first row gets a null value
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Reordering columns, will this ever be simple?