citusdata / citusdata/postgres_vectorization_test

Should functions work with vectorization

Đang mở
#1 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C
Star
335
Fork
23
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.