@@ -3039,8 +3039,8 @@ pg_stat_force_next_flush
3039
3039
(1 row)
3040
3040
3041
3041
step s1_slru_save_stats:
3042
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3043
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3042
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3043
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3044
3044
3045
3045
step s1_listen: LISTEN stats_test_nothing;
3046
3046
step s1_begin: BEGIN;
@@ -3093,8 +3093,8 @@ pg_stat_force_next_flush
3093
3093
(1 row)
3094
3094
3095
3095
step s1_slru_save_stats:
3096
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3097
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3096
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3097
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3098
3098
3099
3099
step s1_listen: LISTEN stats_test_nothing;
3100
3100
step s2_big_notify: SELECT pg_notify('stats_test_use',
@@ -3133,8 +3133,8 @@ pg_stat_force_next_flush
3133
3133
(1 row)
3134
3134
3135
3135
step s1_slru_save_stats:
3136
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3137
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3136
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3137
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3138
3138
3139
3139
step s1_listen: LISTEN stats_test_nothing;
3140
3140
step s2_begin: BEGIN;
@@ -3176,8 +3176,8 @@ pg_stat_force_next_flush
3176
3176
3177
3177
step s1_fetch_consistency_none: SET stats_fetch_consistency = 'none';
3178
3178
step s1_slru_save_stats:
3179
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3180
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3179
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3180
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3181
3181
3182
3182
step s1_listen: LISTEN stats_test_nothing;
3183
3183
step s1_begin: BEGIN;
@@ -3243,8 +3243,8 @@ pg_stat_force_next_flush
3243
3243
3244
3244
step s1_fetch_consistency_cache: SET stats_fetch_consistency = 'cache';
3245
3245
step s1_slru_save_stats:
3246
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3247
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3246
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3247
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3248
3248
3249
3249
step s1_listen: LISTEN stats_test_nothing;
3250
3250
step s1_begin: BEGIN;
@@ -3310,8 +3310,8 @@ pg_stat_force_next_flush
3310
3310
3311
3311
step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
3312
3312
step s1_slru_save_stats:
3313
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3314
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3313
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3314
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3315
3315
3316
3316
step s1_listen: LISTEN stats_test_nothing;
3317
3317
step s1_begin: BEGIN;
@@ -3377,8 +3377,8 @@ pg_stat_force_next_flush
3377
3377
3378
3378
step s1_fetch_consistency_none: SET stats_fetch_consistency = 'none';
3379
3379
step s1_slru_save_stats:
3380
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3381
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3380
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3381
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3382
3382
3383
3383
step s1_listen: LISTEN stats_test_nothing;
3384
3384
step s1_begin: BEGIN;
@@ -3450,8 +3450,8 @@ pg_stat_force_next_flush
3450
3450
3451
3451
step s1_fetch_consistency_cache: SET stats_fetch_consistency = 'cache';
3452
3452
step s1_slru_save_stats:
3453
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3454
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3453
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3454
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3455
3455
3456
3456
step s1_listen: LISTEN stats_test_nothing;
3457
3457
step s1_begin: BEGIN;
@@ -3523,8 +3523,8 @@ pg_stat_force_next_flush
3523
3523
3524
3524
step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
3525
3525
step s1_slru_save_stats:
3526
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3527
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3526
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3527
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3528
3528
3529
3529
step s1_listen: LISTEN stats_test_nothing;
3530
3530
step s1_begin: BEGIN;
@@ -3596,8 +3596,8 @@ pg_stat_force_next_flush
3596
3596
3597
3597
step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
3598
3598
step s1_slru_save_stats:
3599
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3600
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3599
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3600
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3601
3601
3602
3602
step s1_listen: LISTEN stats_test_nothing;
3603
3603
step s1_begin: BEGIN;
@@ -3653,8 +3653,8 @@ pg_stat_force_next_flush
3653
3653
3654
3654
step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
3655
3655
step s1_slru_save_stats:
3656
- INSERT INTO test_slru_stats VALUES('Notify ', 'blks_zeroed',
3657
- (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'Notify '));
3656
+ INSERT INTO test_slru_stats VALUES('notify ', 'blks_zeroed',
3657
+ (SELECT blks_zeroed FROM pg_stat_slru WHERE name = 'notify '));
3658
3658
3659
3659
step s1_listen: LISTEN stats_test_nothing;
3660
3660
step s1_begin: BEGIN;
0 commit comments