From: thomas at tada.se (Thomas Hallgren) Date: Tue, 15 Aug 2006 00:36:33 +0200 Subject: [Pljava-dev] Stack depth limit exceeded with pljava 1.2.0 In-Reply-To: References: Message-ID: <44E0FAF1.9030308@tada.se> Mitch Chapman wrote: > Never mind! > > PL/Java 1.3.0 seems to solve the problem, and I don't know of any > reason why we can't migrate to it. > > The only minor problem I've had with 1.3.0 is that, on Mac OS X > 10.4.7, with PostgreSQL 8.1.3 from DarwinPorts, 'sudo make install' > creates /opt/local/lib/pgsql8/pljava.so instead of the expected .../ > libpljava.so. > This is to conform with the PostgreSQL naming convention. An add-on module should not have the 'lib' prefix. It's the same on all platforms. Regards, Thomas Hallgren