Skip to content
Snippets Groups Projects
Commit cb8b6618 authored by Tom Lane's avatar Tom Lane
Browse files

Revise pgstats stuff to fix the problems with not counting accesses

generated by bitmap index scans.  Along the way, simplify and speed up
the code for counting sequential and index scans; it was both confusing
and inefficient to be taking care of that in the per-tuple loops, IMHO.
initdb forced because of internal changes in pg_stat view definitions.
parent b5aad11a
No related branches found
No related tags found
Loading
Showing
with 206 additions and 165 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment