Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id A827963FD1B for ; Fri, 20 Feb 2009 17:19:18 -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 43568-02 for ; Fri, 20 Feb 2009 17:19:13 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from leary.csoft.net (leary.csoft.net [205.205.214.5]) by mail.postgresql.org (Postfix) with ESMTP id CAF0963FD1A for ; Fri, 20 Feb 2009 17:19:13 -0400 (AST) Received: by leary.csoft.net (Postfix, from userid 1112) id 00EB2ACA8; Fri, 20 Feb 2009 16:19:11 -0500 (EST) Date: Fri, 20 Feb 2009 16:19:11 -0500 (EST) From: Kris Jurka X-X-Sender: books@leary.csoft.net To: Tom Lane cc: Thomas Hallgren , pljava-dev@pgfoundry.org, pgsql-hackers@postgresql.org, Alvaro Herrera Subject: Re: [Pljava-dev] Re: Should creating a new base type require superuser status? In-Reply-To: Message-ID: 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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/1086 X-Sequence-Number: 134376 On Wed, 18 Feb 2009, Kris Jurka wrote: > I have reviewed pljava's handling of misrepresented alignment, length, and by > value parameters [and it doesn't all work.] > I have fixed pljava to now correctly handle all of these being defined incorrectly. So a trusted language can be used to create type input and output functions safely. I think the restriction that only superusers can create types should be reverted. Kris Jurka