GIN vs. statistics collector

From: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: GIN vs. statistics collector
Date: 2006-08-02 23:35:05
Message-ID: 877j1qd846.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

I think there's a call to pgstat_count_index_scan missing in GIN.
Currently, the idx_scan column of pg_stat_*_indexes is stuck at zero
for GIN indexes.

Patch attached.

Thanks,
andreas

Attachment Content-Type Size
ginscan.diff text/x-patch 766 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2006-08-03 00:18:39 VALUES clause memory optimization (was: Values list-of-targetlists patch...)
Previous Message Yoon 2006-08-02 23:02:38 Rebuilding DB from broken hardrive.

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2006-08-03 00:18:39 VALUES clause memory optimization (was: Values list-of-targetlists patch...)
Previous Message Sergey E. Koposov 2006-08-02 20:18:04 SQL conformance, optional feature T621