aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription/t/009_matviews.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/subscription/t/009_matviews.pl')
-rw-r--r--src/test/subscription/t/009_matviews.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/009_matviews.pl b/src/test/subscription/t/009_matviews.pl
index 0fc2e3e3539..ea2ee420ca6 100644
--- a/src/test/subscription/t/009_matviews.pl
+++ b/src/test/subscription/t/009_matviews.pl
@@ -19,7 +19,7 @@ my $appname = 'replication_test';
$node_publisher->safe_psql('postgres',
"CREATE PUBLICATION mypub FOR ALL TABLES;");
$node_subscriber->safe_psql('postgres',
-"CREATE SUBSCRIPTION mysub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION mypub;"
+ "CREATE SUBSCRIPTION mysub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION mypub;"
);
$node_publisher->safe_psql('postgres',