contrib/intarray programlisting refers to pre-extension file
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
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
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