Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 843FD632C7E for ; Wed, 18 Feb 2009 02:28:11 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 28299-05 for ; Wed, 18 Feb 2009 02:28:08 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mail.postgresql.org (Postfix) with ESMTP id 8A42663279C for ; Wed, 18 Feb 2009 02:28:08 -0400 (AST) Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.127) id 4983021B005E1E66 for pgsql-hackers@postgresql.org; Wed, 18 Feb 2009 07:07:12 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiEBAJ8zm0lStoUM/2dsb2JhbAAI00CEEwY Received: from 1-1-2-48a.rny.sth.bostream.se (HELO [192.168.0.199]) ([82.182.133.12]) by ironport2.bredband.com with ESMTP; 18 Feb 2009 07:07:12 +0100 Message-ID: <499BA58F.8000706@tada.se> Date: Wed, 18 Feb 2009 07:07:11 +0100 From: Thomas Hallgren User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Kris Jurka CC: Tom Lane , pljava-dev@pgfoundry.org, pgsql-hackers@postgresql.org, Alvaro Herrera Subject: Re: [Pljava-dev] Re: Should creating a new base type require superuser status? References: <19715.1217447413@sss.pgh.pa.us> <20080730220753.GG3977@alvh.no-ip.org> <23846.1217539394@sss.pgh.pa.us> <48937589.10304@tada.se> <23725.1217626961@sss.pgh.pa.us> <48940239.8080401@tada.se> <4111.1217693570@sss.pgh.pa.us> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200902/921 X-Sequence-Number: 134211 Kris Jurka wrote: > > 3) By value: pljava does not correctly handle passed by value types > correctly, allowing access to random memory. > This is simply not true. There's no way a Java developer can access random memory through PL/Java. - thomas