Fabrízio de Royes Mello

Results 136 comments of Fabrízio de Royes Mello

@shiponcs seems our sandobox docs page is wrong because in [Step 2: Issue commands using psql](https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/postgres#step-2-issue-commands-using-psql) we do: 1. connect to the database (inc 1 session), 2. create a database...

@htuch can u please reopen this issue. Now we have https://github.com/envoyproxy/envoy/pull/31850 merged I'll send a PR to fix this sandbox mistakes.

@chris-morris-h2o can u please try to update the extension for a more recent version. Looks like this issue as solved already in past releases (after 2.11.x of course).

@saurabhjawas Not sure if there are an specific release notes for it but looking at past issues seem 2.12.x solve it: https://github.com/timescale/timescaledb/issues/6141#issuecomment-1752888191

@GreenArchon actually there's nothing wrong with the current behavior as you already figured out we have an optimization that replace the `unitid > 200` by `unitid_dimension(unitid) > unitid_dimension(200)`. So adding...

> Discovered this one recently as well. I had to move it before the chunkwise aggregation, or else it would lead to some very weird planning effects: chunkwise aggregation is...

> Why are we not just allowing this? We will and it will be part of Q3, but for now I just want make sure it will not segfault.

> Could you please describe why the segfault occurs and how it was fixed in the commit comment? Done!