|
|
|
@ -3047,7 +3047,7 @@ step s1_slru_save_stats: |
|
|
|
|
step s1_listen: LISTEN stats_test_nothing; |
|
|
|
|
step s1_begin: BEGIN; |
|
|
|
|
step s1_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3100,7 +3100,7 @@ step s1_slru_save_stats: |
|
|
|
|
|
|
|
|
|
step s1_listen: LISTEN stats_test_nothing; |
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3141,7 +3141,7 @@ step s1_slru_save_stats: |
|
|
|
|
step s1_listen: LISTEN stats_test_nothing; |
|
|
|
|
step s2_begin: BEGIN; |
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3196,7 +3196,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3263,7 +3263,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3330,7 +3330,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3397,7 +3397,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3470,7 +3470,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3543,7 +3543,7 @@ f |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3618,7 +3618,7 @@ test_stat_func| | | |
|
|
|
|
(1 row) |
|
|
|
|
|
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
@ -3661,7 +3661,7 @@ step s1_slru_save_stats: |
|
|
|
|
step s1_listen: LISTEN stats_test_nothing; |
|
|
|
|
step s1_begin: BEGIN; |
|
|
|
|
step s2_big_notify: SELECT pg_notify('stats_test_use', |
|
|
|
|
repeat('0', current_setting('block_size')::int / 2)) FROM generate_series(1, 3); |
|
|
|
|
repeat(i::text, current_setting('block_size')::int / 2)) FROM generate_series(1, 3) g(i); |
|
|
|
|
|
|
|
|
|
pg_notify |
|
|
|
|
--------- |
|
|
|
|