citus/src
Burak Yucesoy 7df5a265c7 Fix COUNT DISTINCT approximation with schema
Fixes #555

Before this change, we were resolving HLL function and type Oid without qualified name.
Now we find the schema name where HLL objects are stored and generate qualified names for
each objects.

Similar fix is also applied for cstore_table_size function call.
2016-07-21 17:29:18 +03:00
..
backend Fix COUNT DISTINCT approximation with schema 2016-07-21 17:29:18 +03:00
bin Change worker_apply_shard_ddl_command to accept schema name as parameter 2016-07-21 14:17:26 +03:00
include Fix COUNT DISTINCT approximation with schema 2016-07-21 17:29:18 +03:00
test/regress Fix COUNT DISTINCT approximation with schema 2016-07-21 17:29:18 +03:00