Re: backend process terminates

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Geoffrey <lists(at)serioustechnology(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backend process terminates
Date: 2007-08-08 22:38:00
Message-ID: 20070808223800.GB14445@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message dcrespo 2007-08-08 23:06:24 Solved: Getting the field names for a given table
Previous Message Martijn van Oosterhout 2007-08-08 22:29:20 Re: Trigger not working as expected, first row gets a null value