run spec tests in parallel
reduces time to run postgrest-test-spec-all by 20-25%
This commit is contained in:
committed by
Wolfgang Walther
parent
a52c114ff4
commit
dbe3c163bd
Vendored
+4
@@ -113,6 +113,10 @@ CREATE TABLE items2 (
|
||||
id bigserial primary key
|
||||
);
|
||||
|
||||
CREATE TABLE items3 (
|
||||
id bigserial primary key
|
||||
);
|
||||
|
||||
CREATE FUNCTION search(id BIGINT) RETURNS SETOF items
|
||||
LANGUAGE plpgsql
|
||||
AS $$BEGIN
|
||||
|
||||
Reference in New Issue
Block a user