Correct obsolete install instructions, as noted by Daniel Gustafsson.
Clarify the test code's prerequisites.
Discussion: <
88E617F2-7721-4C4E-84F4-
886A2041C1D0@yesql.se>
The source directory contrib/intarray/bench> contains a
- benchmark test suite. To run:
+ benchmark test suite, which can be run against an installed
+
PostgreSQL> server. (It also requires DBD::Pg>
+ to be installed.) To run:
-cd .../bench
+cd .../contrib/intarray/bench
createdb TEST
-psql TEST < ../_int.sql
+psql -c "CREATE EXTENSION intarray" TEST
./create_test.pl | psql TEST
./bench.pl