citusdata / citusdata/postgres_vectorization_test
Should functions work with vectorization
Abierto
- Lenguaje dominante
- C
- Estrellas
- 335
- Forks
- 23
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.