Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 356CC6503EE for ; Thu, 20 Nov 2008 11:36:36 -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 97898-01-5 for ; Thu, 20 Nov 2008 11:36:31 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by mail.postgresql.org (Postfix) with ESMTP id C23046502F9 for ; Thu, 20 Nov 2008 11:36:31 -0400 (AST) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id D7AA5DCCEF2; Thu, 20 Nov 2008 16:36:29 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 89D6B124121; Thu, 20 Nov 2008 16:36:29 +0100 (CET) Message-ID: <492583FD.80801@hagander.net> Date: Thu, 20 Nov 2008 16:36:29 +0100 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: Tom Lane CC: PG Hackers Subject: Re: Error arguments in pl_exec.c References: <49257B22.6070005@hagander.net> <2120.1227194879@sss.pgh.pa.us> In-Reply-To: <2120.1227194879@sss.pgh.pa.us> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 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: 200811/1362 X-Sequence-Number: 128074 Tom Lane wrote: > Magnus Hagander writes: >> Attached patch seems right to me - objections? > > Good catch. What gave you these warnings exactly? Same here - the new version of gcc. Will go ahead and apply. //Magnus