Re: Exports from postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Exports from postgres
Date: 2006-04-29 18:59:31
Message-ID: 25904.1146337171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Which brings me to the question - would it be reasonable to create a
> .DEF file listing which symbols are exported from the postgres binary to
> addon modules?

No, I'd not think this is a good idea. Unlike libpq, there's no clear
demarcation of an intended API, and no really good reason to create one.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Juan Manuel Diaz Lara 2006-04-29 20:00:12 Re: How to allocate a global variable (to implement virutal databases)
Previous Message Tom Lane 2006-04-29 18:57:03 Re: How to allocate a global variable (to implement virutal databases)