Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b4DcK-0004YJ-It for pgsql-docs@arkaria.postgresql.org; Sat, 21 May 2016 20:35:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b4DcK-0001Ur-5R for pgsql-docs@arkaria.postgresql.org; Sat, 21 May 2016 20:35:24 +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 1b4DcJ-0001UZ-Nh for pgsql-docs@postgresql.org; Sat, 21 May 2016 20:35:23 +0000 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b4DcF-0007bM-6s for pgsql-docs@postgresql.org; Sat, 21 May 2016 20:35:23 +0000 Received: by mail-lf0-x230.google.com with SMTP id e126so35210325lfg.2 for ; Sat, 21 May 2016 13:35:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=1byI5ZcmIGKNz4Jx+u1ASwBZ5Rv4MhDEvw4NOUh2PmI=; b=TVA6twtJiI3g9lms2W7oJAIxZV6HZwlf/WVPUfTufavamBLtpa9aepzbBJJ74fNu3e 3iNIUKYk/EOAUB3pUNj6LqeB9hFOotaOJsFZMzeGKDu3lQbMaVrY6vyh8o4cR1w9XF+G aOX2AUKDOTEW6rHNcruxxC8glo8JEz7GLhu8bSVxsqnESfKXdZOeYpAPFGypq/ulcbiM AE5/tCvstXUftX8FE+EmoDsEBIzq4urGKXfI96kBadXBn444gfHdFi0mdqp3tOgWYlsL Gg0fs3lCLeZqGmvZ8LhT6mc2cmN9eiMg2ZHzEAE91vx971+16uOdlc3hEvOjIwIvQj1V SeqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:mime-version:subject:from:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=1byI5ZcmIGKNz4Jx+u1ASwBZ5Rv4MhDEvw4NOUh2PmI=; b=dtmnKtvvhLF5ow7R39InmL+lZQChQzkaAlnFh9MGQu9RNhceh5uT50gvq7MGo3LQKq SU1y0EtoIqdJ7ltQCZ0hJrctnqSvWfoSdTCi51aoVil8N5F/XwEWKbKY+ET0DhooglQC FjxOkZSSZi3oaWpvEsziR5llC83hMZrzXsTahxYYnJIhZp401HE13RBzhXFAPrt7UzIz jJhoDdSIEjTcULMQ3l1IIX/FvlssRWRCE6B1tL/PTVZIbB2zu4aeWGF6AfuvObQZE2vt 1iqdSNYdD7TVTqCYoURTGSRCYEZZgFVaXxForJhJhmEmd2s1s2IYbiCmxBAFq6T0+K6p n4rA== X-Gm-Message-State: AOPr4FXl/KYMh4VJz8W9dtnPngHFoJiafFiOP6VXF5fjZ9R/FG7hNYF/cqh7J2J1frT1cw== X-Received: by 10.25.148.69 with SMTP id w66mr3254187lfd.28.1463862917457; Sat, 21 May 2016 13:35:17 -0700 (PDT) Received: from [192.168.1.64] (c-fe23e455.027-294-73746f71.cust.bredbandsbolaget.se. [85.228.35.254]) by smtp.gmail.com with ESMTPSA id f129sm2962762lff.10.2016.05.21.13.35.16 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 21 May 2016 13:35:16 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: contrib/intarray programlisting refers to pre-extension file From: Daniel Gustafsson In-Reply-To: <56300.1463860035@sss.pgh.pa.us> Date: Sat, 21 May 2016 22:35:15 +0200 Cc: pgsql-docs@postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <88E617F2-7721-4C4E-84F4-886A2041C1D0@yesql.se> <56300.1463860035@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3124) X-Pg-Spam-Score: -2.4 (--) 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 > On 21 May 2016, at 21:47, Tom Lane wrote: >=20 > 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 (c= ommit >> 629b3af) in favor of intarray=E2=80=94x.y.sql. Attached patch use =E2= =80=9Cpsql -c=E2=80=9D to create >> the extension instead of piping in the now removed file. >=20 > Pushed, thanks. Good idea to document the dependency on DBD::Pg, thanks! cheers ./daniel --=20 Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs