pgsql: Count contrib/bloom index scans in pgstat view.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Count contrib/bloom index scans in pgstat view.
Date: 2024-11-13 01:58:48
Message-ID: E1tB2ee-001YQ5-5W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)oss(dot)nttdata(dot)com>
Reviewed-By: Peter Geoghegan <pg(at)bowt(dot)ie>
Discussion: https://postgr.es/m/c48839d881388ee401a01807c686004d@oss.nttdata.com
Backpatch: 13- (all supported branches).

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2a30b6836db40416abb0f6307aefa5d1562b022d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2024-11-13 03:09:16 pgsql: Fix obsolete nbtree page reuse FSM comment.
Previous Message noreply 2024-11-13 01:35:07 pgsql: Tag refs/tags/REL_13_17 was created