[Pljava-dev] PL/Java 1.1.0 and PostgreSQL 8.0.0 or 8.0.1

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] PL/Java 1.1.0 and PostgreSQL 8.0.0 or 8.0.1
Date: 2005-04-15 08:43:53
Message-ID: 425F7EC9.9070105@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

Browse pljava-dev by date

  From Date Subject
Next Message senthil manickavasagam 2005-04-15 18:20:16 [Pljava-dev] RE: Help
Previous Message Thomas Hallgren 2005-04-14 15:01:04 [Pljava-dev] PL/Java 1.1.0 released