pgsql: Count contrib/bloom index scans in pgstat view. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Count contrib/bloom index scans in pgstat view.
Date
Msg-id E1tB2ee-001YQ9-66@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <ikedamsh@oss.nttdata.com>
Reviewed-By: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/c48839d881388ee401a01807c686004d@oss.nttdata.com
Backpatch: 13- (all supported branches).

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e493ea866ebb74093b0f5648143635b3f3df1adc

Modified Files
--------------
contrib/bloom/blscan.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_17_1 was created
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix obsolete nbtree page reuse FSM comment.