Received: from localhost (unknown [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 1FCA42E0055 for ; Fri, 11 Jan 2008 00:19:30 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 65492-01 for ; Fri, 11 Jan 2008 00:19:05 -0400 (AST) Received: from mail63.csoft.net (leary.csoft.net [205.205.214.5]) by postgresql.org (Postfix) with SMTP id AFD0C2E003B for ; Fri, 11 Jan 2008 00:19:22 -0400 (AST) Received: (qmail 13304 invoked by uid 1112); 11 Jan 2008 04:19:21 -0000 Date: Thu, 10 Jan 2008 23:19:21 -0500 (EST) From: Kris Jurka X-X-Sender: books@leary.csoft.net To: Jan Ischebeck cc: pgsql-hackers@postgresql.org, pljava-dev@pgfoundry.org Subject: Re: Pl/Java broken since Postgresql 8.3-rc1 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200801/378 X-Sequence-Number: 112653 On Thu, 10 Jan 2008, Kris Jurka wrote: > On Thu, 10 Jan 2008, Jan Ischebeck wrote: > >> 8.3beta3 and 4 have worked perfectly with the provided pljava ddl, just >> with 8.3-rc1 it doesn't work anymore. >> > > 8.3RC1 changed the function definition for SetUserId, so pljava needs > some changes and a rebuild. Will fix. > Turns out it's not just 83RC1, but all of the security releases, which will require different pljava packages for the patch versions before/after the security changes. I've committed a fix to CVS for this, and I guess I'll try to respin those this weekend and try to convince the windows installer folks to include them in the next point release. For the moment you can pull the pljava.dll from here and it should work for you. http://www.ejurka.com/pgsql/pljava/83rc1/ Kris Jurka