Re: contrib/intarray programlisting refers to pre-extension file

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: contrib/intarray programlisting refers to pre-extension file
Date: 2016-05-21 20:35:15
Message-ID: EF89408E-72E1-4B27-B6B3-C51EDEA27569@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 21 May 2016, at 21:47, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Daniel Gustafsson <daniel(at)yesql(dot)se> 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.

Good idea to document the dependency on DBD::Pg, thanks!

cheers ./daniel

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Jürgen Purtz 2016-05-22 19:48:11 Re: Docbook 5.x
Previous Message Tom Lane 2016-05-21 19:47:15 Re: contrib/intarray programlisting refers to pre-extension file