forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a5c750
committed
Check ssl_in_use flag when reporting statistics
Previously we checked that the ssl pointer was not null, but this puts arequirement on there being such a pointer which may not be true infuture multi-ssl-library supporting times. This seems to have been anoversight in9029f4b, but hasn't really had any effect since we onlyhave one library.Author: Daniel Gustafsson1 parent71ec58e commit6a5c750
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2989 | 2989 |
| |
2990 | 2990 |
| |
2991 | 2991 |
| |
2992 |
| - | |
| 2992 | + | |
2993 | 2993 |
| |
2994 | 2994 |
| |
2995 | 2995 |
| |
|
0 commit comments
Comments
(0)