forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit93063e2
committed
Count contrib/bloom index scans in pgstat view.
Maintain the pg_stat_user_indexes.idx_scan pgstat counter duringcontrib/Bloom index scans.Oversight in commit9ee014f, which added the Bloom index contribmodule.Author: Masahiro Ikeda <ikedamsh@oss.nttdata.com>Reviewed-By: Peter Geoghegan <pg@bowt.ie>Discussion:https://postgr.es/m/c48839d881388ee401a01807c686004d@oss.nttdata.comBackpatch: 13- (all supported branches).1 parentbfeeb06 commit93063e2
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
|
0 commit comments
Comments
(0)