@@ -13,8 +13,9 @@ step s1_save_pid: select save_own_pid(0);
13
13
save_own_pid
14
14
15
15
16
+ step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0)); <waiting ...>
16
17
s2: INFO: state of backend is idle
17
- step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0));
18
+ step s2_pg_qs_counterpart: <... completed>
18
19
pg_query_state
19
20
20
21
@@ -24,8 +25,9 @@ save_own_pid
24
25
25
26
26
27
step s1_disable_pg_qs: set pg_query_state.enable to off;
28
+ step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0)); <waiting ...>
27
29
s2: INFO: query execution statistics disabled
28
- step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0));
30
+ step s2_pg_qs_counterpart: <... completed>
29
31
pg_query_state
30
32
31
33
@@ -36,8 +38,9 @@ step s1_save_pid: select save_own_pid(0);
36
38
save_own_pid
37
39
38
40
41
+ step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0)); <waiting ...>
39
42
s2: INFO: state of backend is idle
40
- step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0));
43
+ step s2_pg_qs_counterpart: <... completed>
41
44
pg_query_state
42
45
43
46
@@ -48,8 +51,9 @@ step s1_save_pid: select save_own_pid(0);
48
51
save_own_pid
49
52
50
53
54
+ step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0)); <waiting ...>
51
55
s2: INFO: state of backend is idle
52
- step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0));
56
+ step s2_pg_qs_counterpart: <... completed>
53
57
pg_query_state
54
58
55
59
@@ -60,7 +64,8 @@ step s1_save_pid: select save_own_pid(0);
60
64
save_own_pid
61
65
62
66
63
- step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0));
67
+ step s2_pg_qs_counterpart: select pg_query_state(counterpart_pid(0)); <waiting ...>
68
+ step s2_pg_qs_counterpart: <... completed>
64
69
ERROR: permission denied
65
70
unused step name: s1_enable_pg_qs
66
71
unused step name: s1_pg_qs_counterpart
0 commit comments