forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit72c0b24
committed
Improve comment of pgstat_read_statsfile()
The comment at the top of pgstat_read_statsfile() mentioned that thestats are read from the on-disk file into the pgstats dshash. This isincorrect for fix-numbered stats as these are loaded directly intoshared memory. This commit simplifies the comment to be more general.Author: Bertrand DrouvotDiscussion:https://postgr.es/m/Zo/eJIHUcqKxeSgv@ip-10-97-1-34.eu-west-3.compute.internal1 parent0d8bd0a commit72c0b24
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 |
| - | |
| 1498 | + | |
1499 | 1499 |
| |
1500 | 1500 |
| |
1501 | 1501 |
| |
|
0 commit comments
Comments
(0)