8000
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 2d944d5 commit 557f355Copy full SHA for 557f355
contrib/pg_tde/t/012_replication.pl
@@ -75,6 +75,7 @@
75
PGTDE::psql($primary, 'postgres',
76
"ALTER SYSTEM SET pg_tde.wal_encrypt = 'on';");
77
$primary->kill9;
78
+sleep 1; # Make sure we don't try to start the server again before it's been properly killed.
79
80
PGTDE::append_to_result_file("-- primary start");
81
$primary->start;
0 commit comments