citusdata / citusdata/postgres_vectorization_test
Should functions work with vectorization
未关闭
- 主要语言
- C
- 星标
- 335
- 派生
- 23
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。