- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit1bdd54e
committed
Remove redundant call to pgstat_report_wal()
pgstat_report_stat() will be called before shutdown so an explicit call topgstat_report_wal() just before shutdown is redundant.This likely was not redundant before5891c7a, but now it clearly is.Author: Melanie Plageman <melanieplageman@gmail.com>Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://www.postgresql.org/message-id/CAAKRu_aaq33UnG4TXq3S-OSXGWj1QGf0sU%2BECH4tNwGFNERkZA%40mail.gmail.com1 parent0c67946 commit1bdd54e
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 296 | | |
307 | | - | |
308 | 297 | | |
309 | 298 | | |
310 | 299 | | |
| |||
0 commit comments
Comments
(0)