Jelte Fennema-Nio
Jelte Fennema-Nio
I'm trying to limit the amount of changes from the upstream pg_ruleutils. So I'd much rather have this optimization added to duckdb, instead of working around it by generating different...
Hmm, that should have been fixed by: https://github.com/duckdb/pg_duckdb/pull/747 Are you sure you are installing them in that order? i.e. timescale first and then pg_duckdb
Okay I looked at the logs you shared and what is happening is that diesel sends a Parse (P) message for the unnamed statement in one transaction: ``` dieseltest-pgbouncer-1 |...
Can you add a test for this? Here's docs on how our testing works: https://github.com/pgbouncer/pgbouncer/blob/master/test/README.md
I played around with this a bit, and it definitely works better than the current master branch. But the behaviour also a bit more confusing. Because if you set the...
Apart from my feedback above, this also needs some tests.
@pinaraf do you still intend to add the tests and docs changes? The code in this PR is good.