functions + shared libraries

From: Eric B(dot)Ridge <ebr(at)tcdi(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: functions + shared libraries
Date: 2002-12-09 05:04:55
Message-ID: C1F37A04-0B33-11D7-A9FB-0003930C70D8@tcdi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible, via a shared library that contains functions used by
postgres, to detect when the library is first loaded and when it is
unloaded?

Also, each postgres process loads its own copy of a library that
contains functions. Is it possible to make a single library instance
shared across all postgres processes? I suspect the answer is no b/c I
assume the postmaster exec()'s postgres, rather than forking, but it
doesn't hurt to ask.

thanks in advance!

eric

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric B.Ridge 2002-12-09 05:35:32 table functions
Previous Message Robert Treat 2002-12-09 03:48:54 Re: [GENERAL] PostgreSQL Global Development Group