diff options
Diffstat (limited to 'src/test/subscription/t/023_twophase_stream.pl')
-rw-r--r-- | src/test/subscription/t/023_twophase_stream.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/023_twophase_stream.pl b/src/test/subscription/t/023_twophase_stream.pl index 75ca83765e6..497245a209c 100644 --- a/src/test/subscription/t/023_twophase_stream.pl +++ b/src/test/subscription/t/023_twophase_stream.pl @@ -301,7 +301,7 @@ $node_publisher->init(allows_streaming => 'logical'); $node_publisher->append_conf( 'postgresql.conf', qq( max_prepared_transactions = 10 -logical_decoding_mode = immediate +logical_replication_mode = immediate )); $node_publisher->start; |