Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1buO5p-0008JH-Os for pgsql-committers@arkaria.postgresql.org; Wed, 12 Oct 2016 18:17:29 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1buO5p-0002ud-9v for pgsql-committers@arkaria.postgresql.org; Wed, 12 Oct 2016 18:17:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1buO5o-0002uP-Pa for pgsql-committers@postgresql.org; Wed, 12 Oct 2016 18:17:28 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1buO5l-0007oz-OM for pgsql-committers@postgresql.org; Wed, 12 Oct 2016 18:17:28 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 1985020646; Wed, 12 Oct 2016 14:17:24 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 12 Oct 2016 14:17:24 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=KP0CB8SnAT/gJxl QGr/9xTdumkY=; b=aQof2ig0VQtmcuxxL1iCzZzO7YG28MJ6t+Jb8KYkINoHfAS vcgsDfeAi8NYb/uNMHh34VT0Yl/lEOBJttwW2iOIEZ9ypyCdTtT/6HbrBQQXHLU6 jtk1lBWF5NpccUOAvqI0FzDhMk7buoBVLA99II7JzneBWc2zx99XGrCx4qG4= X-Sasl-enc: RnNnRNlfZZskf02skqgMTs3azbE4P0GV3OemEiN9OPO1 1476296243 Received: from april.local (c-73-13-66-39.hsd1.pa.comcast.net [73.13.66.39]) by mail.messagingengine.com (Postfix) with ESMTPA id AB3D3CC08F; Wed, 12 Oct 2016 14:17:23 -0400 (EDT) Subject: Re: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-8.0 serve To: Tom Lane , pgsql-committers@postgresql.org References: From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: Date: Wed, 12 Oct 2016 14:17:22 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-committers Precedence: bulk Sender: pgsql-committers-owner@postgresql.org On 10/12/16 12:20 PM, Tom Lane wrote: > Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. It looks like this or a related commit has caused these compiler warnings: pg_dump.c: In function 'getTypes': pg_dump.c:3692:8: error: variable 'i_typoutput' set but not used [-Werror=unused-but-set-variable] int i_typoutput; ^~~~~~~~~~~ pg_dump.c:3691:8: error: variable 'i_typinput' set but not used [-Werror=unused-but-set-variable] int i_typinput; ^~~~~~~~~~ -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers