forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52b59a7
committed
Set attstattarget to -1 for all system catalog columns. All but a few
of the entries used to be zero, which I think I had deliberately done inthe name of saving cycles during ANALYZE, but it was really a ratherfoolish decision. Some of the more complex views in information_schemawere getting really bad plans for lack of statistics on the columns theywere joining over.I'm not forcing an initdb for this, but I think there will be one soonanyway to repair some bugs in the information_schema views.1 parent64c1fc7 commit52b59a7
1 file changed
+153
-153
lines changed0 commit comments
Comments
(0)