Nils Dijk

Results 9 comments of Nils Dijk

What you say here makes a lot of sense. We run with this patch in production currently, but I think it is mainly due to over active cancelations being sent...

@jonels-msft we are actually changing the upgrade to be easier on the user/documentation. currently we have 2 functions added instead of the manual backup: - `citus_prepare_pg_upgrade()` to be called before...

Hi @devrimgunduz We are aware of older Citus versions not compiling against postgres 15. Recently Jeff did some work on getting the compilation to work on pg15: https://github.com/citusdata/citus/pull/5897 . Even...

This is awesome! I saw the tag flying by the other day and was thinking to ping about packaging. Good to see that the packages are already coming!

I think this is a question **we should discuss with product**. For enterprise these messages will not make sense as we actually do support propagation of grants and revokes for...

These issues are not monitored by the product team responsible for our managed services. It might be easier to open a ticket in the portal for better visibility to the...

@teodor-pripoae It sounds very interesting to run a ringpop application on kubernetes but we haven't done so in the past. To try and reproduce your issues during rolling restarts I...

Thanks for the explanation why it needs the files in `pkg`. Now we need to find a way to get these files available on travis-ci so the `make lint` test...

I have recently installed an older uncrustify version via brew, these steps should help you to install an older version: ```bash $ cd $(dirname $(brew formula uncrustify)) # go to...