Skip to content
Snippets Groups Projects

query_supervisor configuration and parallel queries support and functionl test refactoring

Merged Marcin requested to merge mi_sql_breaker_tuples_limit_config into develop
All threads resolved!
86 files
+ 5
1999
Compare changes
  • Side-by-side
  • Inline
Files
86
@@ -125,19 +125,6 @@ END;
$BODY$
;
DROP FUNCTION IF EXISTS haf_admin_test_when;
CREATE FUNCTION haf_admin_test_when()
RETURNS void
LANGUAGE 'plpgsql'
VOLATILE
AS
$BODY$
BEGIN
--NOTHING TODO HERE
END
$BODY$
;
DROP FUNCTION IF EXISTS haf_admin_test_then;
CREATE FUNCTION haf_admin_test_then()
RETURNS void
Loading