]> granicus.if.org Git - postgresql/commit
After further thought about support for gathering stats on functional
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Feb 2004 06:39:49 +0000 (06:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Feb 2004 06:39:49 +0000 (06:39 +0000)
commit8787bc8ef39f962f76064c25971ca28a870fb4e4
tree0a3e116a98755eb8dad82be340047e230245b1e3
parent1a4652333b770db31747c04641e8000455cfe984
After further thought about support for gathering stats on functional
indexes, it seems like we ought to put another layer of indirection
between the compute_stats functions and the actual data storage.  This
would allow us to compute the values on-the-fly, for example.
src/backend/commands/analyze.c
src/include/commands/vacuum.h