On Fri, Mar 24, 2017 at 1:16 PM, Alvaro Herrera <[email protected]> wrote:
> Implement multivariate n-distinct coefficients
dromedary and arapaima have failures like this, which seems likely
related to this commit:
EXPLAIN
SELECT COUNT(*) FROM ndistinct GROUP BY a, d;
QUERY PLAN
---------------------------------------------------------------------
! HashAggregate (cost=225.00..235.00 rows=1000 width=16)
Group Key: a, d
! -> Seq Scan on ndistinct (cost=0.00..150.00 rows=10000 width=8)
(3 rows)
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers