Re: [PATCHES] GIN vs. statistics collector

2006-08-03 Thread Tom Lane
Andreas Seltenreich <[EMAIL PROTECTED]> writes: > 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. Looks correct to me --- applied. regards, tom lan

[PATCHES] GIN vs. statistics collector

2006-08-02 Thread Andreas Seltenreich
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 Index: src/backend/access/gin/ginscan.c === RCS f