@@ -3039,8 +3039,8 @@ pg_stat_force_next_flush
30393039(1 row)
30403040
30413041step 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 '));
30443044
30453045step s1_listen: LISTEN stats_test_nothing;
30463046step s1_begin: BEGIN;
@@ -3093,8 +3093,8 @@ pg_stat_force_next_flush
30933093(1 row)
30943094
30953095step 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 '));
30983098
30993099step s1_listen: LISTEN stats_test_nothing;
31003100step s2_big_notify: SELECT pg_notify('stats_test_use',
@@ -3133,8 +3133,8 @@ pg_stat_force_next_flush
31333133(1 row)
31343134
31353135step 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 '));
31383138
31393139step s1_listen: LISTEN stats_test_nothing;
31403140step s2_begin: BEGIN;
@@ -3176,8 +3176,8 @@ pg_stat_force_next_flush
31763176
31773177step s1_fetch_consistency_none: SET stats_fetch_consistency = 'none';
31783178step 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 '));
31813181
31823182step s1_listen: LISTEN stats_test_nothing;
31833183step s1_begin: BEGIN;
@@ -3243,8 +3243,8 @@ pg_stat_force_next_flush
32433243
32443244step s1_fetch_consistency_cache: SET stats_fetch_consistency = 'cache';
32453245step 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 '));
32483248
32493249step s1_listen: LISTEN stats_test_nothing;
32503250step s1_begin: BEGIN;
@@ -3310,8 +3310,8 @@ pg_stat_force_next_flush
33103310
33113311step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
33123312step 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 '));
33153315
33163316step s1_listen: LISTEN stats_test_nothing;
33173317step s1_begin: BEGIN;
@@ -3377,8 +3377,8 @@ pg_stat_force_next_flush
33773377
33783378step s1_fetch_consistency_none: SET stats_fetch_consistency = 'none';
33793379step 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 '));
33823382
33833383step s1_listen: LISTEN stats_test_nothing;
33843384step s1_begin: BEGIN;
@@ -3450,8 +3450,8 @@ pg_stat_force_next_flush
34503450
34513451step s1_fetch_consistency_cache: SET stats_fetch_consistency = 'cache';
34523452step 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 '));
34553455
34563456step s1_listen: LISTEN stats_test_nothing;
34573457step s1_begin: BEGIN;
@@ -3523,8 +3523,8 @@ pg_stat_force_next_flush
35233523
35243524step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
35253525step 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 '));
35283528
35293529step s1_listen: LISTEN stats_test_nothing;
35303530step s1_begin: BEGIN;
@@ -3596,8 +3596,8 @@ pg_stat_force_next_flush
35963596
35973597step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
35983598step 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 '));
36013601
36023602step s1_listen: LISTEN stats_test_nothing;
36033603step s1_begin: BEGIN;
@@ -3653,8 +3653,8 @@ pg_stat_force_next_flush
36533653
36543654step s1_fetch_consistency_snapshot: SET stats_fetch_consistency = 'snapshot';
36553655step 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 '));
36583658
36593659step s1_listen: LISTEN stats_test_nothing;
36603660step s1_begin: BEGIN;
0 commit comments