forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9a8108
committed
Remove test for pg_stat_reset_shared() in stats.sql
Some buildfarm members have been failing a test related to pg_stat_io,as an effect of23c8c0c that has switched pg_stat_reset_shared()from being a no-op to reset all shared stats types.This extra reset has the effect to make pg_stat_io's counters low enoughthat little concurrent activity is enough to cause a failure. Anotherthing I have considered is to move this sequence at the end ofstats.sql, but there are other instabilities, one being pg_stat_wal.Knowing that there are already tests for the reset of each individualshared stats target, this test has limited value, so let's remove it tominimize the number of resets done for each shared stats type. Thisshould hopefully improve the stability of the whole.Discussion:https://postgr.es/m/3500949.1700935734@sss.pgh.pa.us1 parent5ad4932 commita9a8108
2 files changed
+0
-54
lines changedLines changed: 0 additions & 44 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
990 | 990 |
| |
991 | 991 |
| |
992 | 992 |
| |
993 |
| - | |
994 |
| - | |
995 |
| - | |
996 |
| - | |
997 |
| - | |
998 |
| - | |
999 |
| - | |
1000 |
| - | |
1001 |
| - | |
1002 |
| - | |
1003 |
| - | |
1004 |
| - | |
1005 |
| - | |
1006 |
| - | |
1007 |
| - | |
1008 |
| - | |
1009 |
| - | |
1010 |
| - | |
1011 |
| - | |
1012 |
| - | |
1013 |
| - | |
1014 |
| - | |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
1018 |
| - | |
1019 |
| - | |
1020 |
| - | |
1021 |
| - | |
1022 |
| - | |
1023 |
| - | |
1024 |
| - | |
1025 |
| - | |
1026 |
| - | |
1027 |
| - | |
1028 |
| - | |
1029 |
| - | |
1030 |
| - | |
1031 |
| - | |
1032 |
| - | |
1033 |
| - | |
1034 |
| - | |
1035 |
| - | |
1036 |
| - | |
1037 | 993 |
| |
1038 | 994 |
| |
1039 | 995 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 | 497 |
| |
508 | 498 |
| |
509 | 499 |
| |
|
0 commit comments
Comments
(0)