Re: STL problem in stored procedures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Zoltán Dudás <zoltan(dot)dudas(at)freemail(dot)hu>, pgsql-general(at)postgresql(dot)org, Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Subject: Re: STL problem in stored procedures
Date: 2005-10-25 14:04:35
Message-ID: 13597.1130249075@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Perhaps you need a:
> SHLIB_LICK = -lstl
> or whatever the lib is called.

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.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Murphy 2005-10-25 14:24:53 Re: STL problem in stored procedures
Previous Message Tom Lane 2005-10-25 13:51:43 Re: pg_dump, MVCC and consistency