contrib/intarray programlisting refers to pre-extension file

Started by Daniel Gustafssonalmost 10 years ago3 messagesdocs
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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.

cheers ./daniel

Attachments:

bench_listing.diffapplication/octet-stream; name=bench_listing.diffDownload+1-1
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Daniel Gustafsson (#1)
Re: contrib/intarray programlisting refers to pre-extension file

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

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#3Daniel Gustafsson
daniel@yesql.se
In reply to: Tom Lane (#2)
Re: contrib/intarray programlisting refers to pre-extension file

On 21 May 2016, at 21:47, Tom Lane <tgl@sss.pgh.pa.us> wrote:

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.

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

cheers ./daniel

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs