pgsql: Count contrib/bloom index scans in pgstat view.
pgsql: Count contrib/bloom index scans in pgstat view.
От:
Peter Geoghegan <pg@bowt.ie>
Дата:
Count contrib/bloom index scans in pgstat view. Maintain the pg_stat_user_indexes.idx_scan pgstat counter during contrib/Bloom index scans. Oversight in commit 9ee014fc, which added the Bloom index contrib module. Author: Masahiro Ikeda Reviewed-By: Peter Geoghegan Discussion: https://postgr.es/m/c48839d881388ee401a01807c686004d@oss.nttdata.com Backpatch: 13- (all supported branches). Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/05aac2e83752b5d5e88638949b05017be6b8f1db Modified Files -------------- contrib/bloom/blscan.c | 1 + 1 file changed, 1 insertion(+)