mirror of https://github.com/citusdata/citus.git
parent
2a7afd62d8
commit
3a2a30bf88
|
@ -481,6 +481,8 @@ if (!$constr)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
# when running the tests on a cluster these will be created with run_command_on_workers
|
||||||
|
# so extra single quotes are needed
|
||||||
%functions = ('fake_fdw_handler()', 'fdw_handler AS \'\'citus\'\' LANGUAGE C STRICT;');
|
%functions = ('fake_fdw_handler()', 'fdw_handler AS \'\'citus\'\' LANGUAGE C STRICT;');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue