Dan Sosedoff 2db5ce544f Fix row estimation bug
The variable `table` is mutated from `schema.tablename` to `tablename`
before being passed to other functions, which try to parse the schema
from the name. This results in schema name being `public` because it's
missing from the given table name.
2018-12-12 13:33:55 -06:00
..
2018-12-12 13:33:55 -06:00
2018-12-04 12:42:37 -06:00
2018-06-05 15:48:16 -05:00