Mehmet YILMAZ

Results 39 comments of Mehmet YILMAZ

moved to PR desc

@duerwuyi Can you provide Docker files or any other resources to replicate the environment? I have a hypothesis about the root cause, but I haven't been able to reproduce the...

> citus_rebalance_stop @emelsimsek I did not test with `citus_rebalance_stop` , but I'll try. Currently, I'm working on a draft PR that ensures when `citus_rebalance_wait()` is canceled the underlying background job...

@duerwuyi I encountered some difficulties reproducing the issue. It seems that either a Docker networking problem occurred or I ran into an error similar to this one: ``` postgres=# SELECT...

> this action is expected to have some error, because the query generator do not promise to produce correct statements. Still, I cannot reproduce the problem in my env. @duerwuyi...

``` [local] citus@citus:9700-18493=# explain analyze select report_date, campaign_id, theta_sketch_get_estimate(theta_sketch_union(reach)) from (select report_date,campaign_id, theta_sketch_union(reach_ds) as reach from report_day where service_account_id='599267' group by report_date, campaign_id,representative_id ) a group by report_date, campaign_id order...

I was able to reproduce the issue in the devcontainer environment. When querying a view that was created before altering the schema of the underlying tables (specifically, after adding a...

> Hi [@m3hm3t](https://github.com/m3hm3t), do you know when the v13 as well as any other missing version in docker hub will be tagged? > > (I'm reusing that ticket instead of...

> * 🔴 [postgres/postgres@247dea8](https://github.com/postgres/postgres/commit/247dea89f7616fdf06b7272b74abafc29e8e5860) > missing change, couldn't see: > > ``` > case RTE_GROUP: > > /* > * We couldn't get here: any Vars that reference the RTE_GROUP...

> [ ] 🔴 [postgres/postgres@d673eef](https://github.com/postgres/postgres/commit/d673eefd410cd7f5f95e418990146189f44811af) need to open a separate PR for change from `name` to `String` type, since it's not related to PG18 support. Do you mean that a...