Re: contrib/intarray programlisting refers to pre-extension file - Mailing list pgsql-docs

From Tom Lane
Subject Re: contrib/intarray programlisting refers to pre-extension file
Date
Msg-id 56300.1463860035@sss.pgh.pa.us
Whole thread Raw
In response to contrib/intarray programlisting refers to pre-extension file  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: contrib/intarray programlisting refers to pre-extension file
List pgsql-docs
Daniel Gustafsson <daniel@yesql.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.

            regards, tom lane


pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Is this example regarding aggregates sourced by subquery correct?
Next
From: Daniel Gustafsson
Date:
Subject: Re: contrib/intarray programlisting refers to pre-extension file