Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b4Crp-0001xw-IO for pgsql-docs@arkaria.postgresql.org; Sat, 21 May 2016 19:47:21 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b4Crp-0005mq-4n for pgsql-docs@arkaria.postgresql.org; Sat, 21 May 2016 19:47:21 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b4Cro-0005mf-LO for pgsql-docs@postgresql.org; Sat, 21 May 2016 19:47:20 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b4Crl-0000OZ-TY for pgsql-docs@postgresql.org; Sat, 21 May 2016 19:47:19 +0000 Received: from pro.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id u4LJlF9i024647; Sat, 21 May 2016 15:47:16 -0400 From: Tom Lane To: Daniel Gustafsson cc: pgsql-docs@postgresql.org Subject: Re: contrib/intarray programlisting refers to pre-extension file In-reply-to: <88E617F2-7721-4C4E-84F4-886A2041C1D0@yesql.se> References: <88E617F2-7721-4C4E-84F4-886A2041C1D0@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Tue, 17 May 2016 11:01:47 +0200" Date: Sat, 21 May 2016 15:47:15 -0400 Message-ID: <56300.1463860035@sss.pgh.pa.us> X-Pg-Spam-Score: -3.3 (---) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Daniel Gustafsson writes: > The programlisting for invoking the bench.pl script in contrib/intarray is > referring to the pre-extension file _int.sql which was removed in 9.1 (commit > 629b3af) in favor of intarray—x.y.sql. Attached patch use “psql -c” to create > the extension instead of piping in the now removed file. Pushed, thanks. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs