Re: STL problem in stored procedures - Mailing list pgsql-general

From Kevin Murphy
Subject Re: STL problem in stored procedures
Date
Msg-id 435E4035.1010407@genome.chop.edu
Whole thread Raw
In response to Re: STL problem in stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: STL problem in stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: STL problem in stored procedures  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Tom Lane wrote:

>I think he needs to rewrite in C :-(.  The backend is not C++ and I
>fear it's unlikely that libc++ will play nicely as a dynamic add-on.
>
>
Grrr.  I also have a C++ library that I'd like to use from PostgreSQL on
Mac OS X.

I have succeeded in calling a tiny toy C++ shared library from PG, but I
don't know enough to understand what problems might be associated with
using more complicated C++ code.

It would be great if some C++/C guru could make a thorough analysis of
C++ integration issues.

Thanks,
Kevin Murphy


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: STL problem in stored procedures
Next
From: Tom Lane
Date:
Subject: Re: STL problem in stored procedures