Adds comment for %functions

This will be a fixup
connection-string-tests-9.2-include
Halil Ozan Akgul 2020-03-24 14:31:20 +03:00
parent 2a7afd62d8
commit 3a2a30bf88
1 changed files with 2 additions and 0 deletions

View File

@ -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;');
} }