We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e274a0 commit 87914e7Copy full SHA for 87914e7
src/test/subscription/t/012_collation.pl
@@ -16,11 +16,11 @@
16
}
17
18
my $node_publisher = get_new_node('publisher');
19
-$node_publisher->init(allows_streaming => 'logical');
+$node_publisher->init(allows_streaming => 'logical', extra => [ '--locale=C', '--encoding=UTF8' ]);
20
$node_publisher->start;
21
22
my $node_subscriber = get_new_node('subscriber');
23
-$node_subscriber->init(allows_streaming => 'logical');
+$node_subscriber->init(allows_streaming => 'logical', extra => [ '--locale=C', '--encoding=UTF8' ]);
24
$node_subscriber->start;
25
26
my $publisher_connstr = $node_publisher->connstr . ' dbname=postgres';
0 commit comments