diff options
-rw-r--r-- | src/test/recovery/t/006_logical_decoding.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/006_logical_decoding.pl b/src/test/recovery/t/006_logical_decoding.pl index 5025d65b1b4..5c851bf4c19 100644 --- a/src/test/recovery/t/006_logical_decoding.pl +++ b/src/test/recovery/t/006_logical_decoding.pl @@ -70,7 +70,7 @@ is(scalar(my @foobar = split /^/m, $result), # If we immediately crash the server we might lose the progress we just made # and replay the same changes again. But a clean shutdown should never repeat # the same changes when we use the SQL decoding interface. -$node_primary->restart('fast'); +$node_primary->restart; # There are no new writes, so the result should be empty. $result = $node_primary->safe_psql('postgres', |