citusdata / citusdata/postgres_vectorization_test
Should functions work with vectorization
Ouverte
- Langage dominant
- C
- Étoiles
- 335
- Forks
- 23
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I've got pretty simple table;
``` sql
CREATE FOREIGN TABLE samples_cstore
(
id integer,
sampled_at timestamp without time zone
)
```
Trying run datetrunc with grouping as
``` sql
select date_trunc('day', sampled_at) from samples_cstore group by 1;
```
kills psql, I get
```
The connection to the server was lost. Attempting reset: Failed.
```
I'm on osx 10.9 with homebrewed postgres 9.3
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.