BUG #17163: spgist index scan statistics stays at 0

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: github(at)cquest(dot)org
Subject: BUG #17163: spgist index scan statistics stays at 0
Date: 2021-08-27 07:18:23
Message-ID: 17163-b8c5cc88322a5e92@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17163
Logged by: Christian Quest
Email address: github(at)cquest(dot)org
PostgreSQL version: 13.4
Operating system: Ubuntu 20.04
Description:

The idx_scan in pg_stat_all_indexes stays at 0 for spgist index, while the
idx_tup_read and idx_tup_fetch and correctly updated.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2021-08-27 10:36:04 Re: BUG #17158: Distinct ROW fails with Postgres 14
Previous Message Michael Paquier 2021-08-27 02:08:02 Re: Issue/Abnormality found.