From: thhal at mailblocks.com (Thomas Hallgren) Date: Fri, 15 Apr 2005 10:43:53 +0200 Subject: [Pljava-dev] PL/Java 1.1.0 and PostgreSQL 8.0.0 or 8.0.1 Message-ID: <425F7EC9.9070105@mailblocks.com> One thing I forgot to mention. PL/Java will no longer compile with PostgreSQL 8.0.0 and 8.0.1. You need to use 8.0.2. The reason is that earlier versions had a bug related to custom_variable_classes that forced a signature change. So, if you encounter problems like: src/C/pljava/Backend.c:748: warning: passing arg 6 of `DefineCustomIntVariable' makes pointer from integer without a cast then you need to upgrade your source to 8.0.2. The 7.4.x versions should still be ok since the concept of custom_variable_classes doesn't exist there. Regards, Thomas Hallgren