pull/7323/head
Onur Tirtir 2023-11-03 01:40:53 +03:00
parent 98a22bd2a4
commit b618729a58
2 changed files with 0 additions and 7 deletions

View File

@ -109,18 +109,12 @@ count
step s5-kill:
SELECT pg_terminate_backend(pg_backend_pid) FROM selected_pid;
SELECT pg_sleep(1); -- sleep for a while to make sure that backend is terminated
pg_terminate_backend
---------------------------------------------------------------------
t
(1 row)
pg_sleep
---------------------------------------------------------------------
(1 row)
step s3-wait-backend-termination:
SET ROLE postgres;
DO $$

View File

@ -142,7 +142,6 @@ session "s5"
step "s5-kill"
{
SELECT pg_terminate_backend(pg_backend_pid) FROM selected_pid;
SELECT pg_sleep(1); -- sleep for a while to make sure that backend is terminated
}