citusdata / citusdata/postgres_vectorization_test

Should functions work with vectorization

Aperta
#1 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.