Files
postgresql/src/test/modules/test_integerset/sql/test_integerset.sql
Heikki Linnakangas 608c5f4347 Make the integerset test more verbose.
Buildfarm member 'woodlouse' failed one of the tests, and I'm not sure
which test failed. Better to print the names of the tests, so that it
will appear in the regression.diffs on failure.
2019-03-22 14:32:53 +02:00

8 lines
168 B
SQL

CREATE EXTENSION test_integerset;
--
-- All the logic is in the test_integerset() function. It will throw
-- an error if something fails.
--
SELECT test_integerset();