mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-18 12:26:59 +08:00
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.
8 lines
168 B
SQL
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();
|