Mehmet YILMAZ
Mehmet YILMAZ
I was able to replicate the issue with Npgsql on both Citus versions 12.1.3 and 12.1.0. Here is the code I executed: ``` using System; using Npgsql; class Program {...
> that would raise the question of why the problem doesn't occur if you don't call `create_distributed_function`. I.e. the problem only occurs with Citus distributed functions, but Npgsql doesn't know...
@DS-AdamMilazzo Do you already have logs set with `log_min_messages` and `citus.work_min_messages` at DEBUG1 (or possibly DEBUG4)? My end I received these logs. Do you have similar one? ``` 2024-08-28 08:55:03.967...