We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985ddf8 commit 853d685Copy full SHA for 853d685
tests/helpers/ptrack_helpers.py
@@ -358,6 +358,7 @@ def make_simple_node(
358
options['log_min_duration_statement'] = 0
359
options['log_connections'] = 'on'
360
options['log_disconnections'] = 'on'
361
+ options['restart_after_crash'] = 'off'
362
363
# Allow replication in pg_hba.conf
364
if set_replication:
0 commit comments