forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf554a95
committed
Remove initialization from PendingBackendStats
9a8dd2c has added an initialization to PendingBackendStats, whichhas been causing compilation warnings in the buildfarm. This code doesnot strictly require it as PendingBackendStats is always initializedwith memset(0), so let's remove it.Per report from multiple buildfarm members, like ayu and batfish, viaTom Lane.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/1870853.1741749264@sss.pgh.pa.us1 parent72a3d04 commitf554a95
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
0 commit comments
Comments
(0)