Re: Exports from postgres - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Exports from postgres
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F949@algol.sollentuna.se
Whole thread Raw
In response to Exports from postgres  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
> > 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.

That's kind of what I thought. Thanks for the verification.

//Magnus


pgsql-hackers by date:

Previous
From: Juan Manuel Diaz Lara
Date:
Subject: Re: How to allocate a global variable (to implement virutal databases)
Next
From: Tom Lane
Date:
Subject: Is a SERIAL column a "black box", or not?