citusdata / citusdata/postgres_vectorization_test
Should functions work with vectorization
Aperta
- Lingua principale
- C
- Stelle
- 335
- Fork
- 23
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.