From 3a2a30bf88aa48c374176d23539da43f0537b437 Mon Sep 17 00:00:00 2001 From: Halil Ozan Akgul Date: Tue, 24 Mar 2020 14:31:20 +0300 Subject: [PATCH] Adds comment for %functions This will be a fixup --- src/test/regress/pg_regress_multi.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/regress/pg_regress_multi.pl b/src/test/regress/pg_regress_multi.pl index e484330de..30c8470a8 100755 --- a/src/test/regress/pg_regress_multi.pl +++ b/src/test/regress/pg_regress_multi.pl @@ -481,6 +481,8 @@ if (!$constr) } 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;'); }