Received: from localhost (unknown [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id AE2E02E4B6B for ; Fri, 11 Jan 2008 00:50:39 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 96873-09 for ; Fri, 11 Jan 2008 00:50:37 -0400 (AST) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 233A52E4B69 for ; Fri, 11 Jan 2008 00:50:37 -0400 (AST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.1/8.14.1) with ESMTP id m0B4oVtK007754; Thu, 10 Jan 2008 23:50:31 -0500 (EST) To: Kris Jurka cc: Jan Ischebeck , pgsql-hackers@postgresql.org, pljava-dev@pgfoundry.org Subject: Re: Pl/Java broken since Postgresql 8.3-rc1 In-reply-to: References: Comments: In-reply-to Kris Jurka message dated "Thu, 10 Jan 2008 23:19:21 -0500" Date: Thu, 10 Jan 2008 23:50:31 -0500 Message-ID: <7753.1200027031@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200801/380 X-Sequence-Number: 112655 Kris Jurka writes: > 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. Just out of curiosity, what was pljava doing calling SetUserId? If I'd known about that I'd have thought harder about removing the function; but it's not clear to me why a PL should be doing that. regards, tom lane