Jelte Fennema-Nio
Jelte Fennema-Nio
Hmm, okay apparently I cannot use `rustversion` in doc tests (which is where we need it). So I'll leave this open to look again later.
Overall, great idea! Autoconf is objectively horrible. A few thoughts: 1. Instead of adding meson support for libusual to this repo, maybe we should add that to libusual 2. I...
Another option is to introduce re-entrant (aka recursive) lock and actually take the lock in those functions.
The problem seems to be that the `mkdir -p` command does not contain a directory name, so something weird is going on. How did you install Postgres on RHEL9?
I expect it's one where there's `mkdir -p $(SOME_VAR)` and `SOME_VAR` is empty at runtime.
Is the scram hash that pgbouncer has the exact same that connected postgres has: https://www.pgbouncer.org/config.html#limitations
My example code from #30: ``` create table t(a int, x text); -- 1. easiest to make work (still not super easy) insert into t select r['a']::int, r['x']::text from duckdb.query($$...
> Currently, the regression is failing for hugeint_numeric. The issue seems related to the following behavior, which is reproducible in the main branch. Do you have any insights on this?...
To set expectations: I think this is a very cool feature and your implementation looks like the right direction. But it is relatively complex and impactful, so I would like...
> any target date for 1.0 release? The current plan is to do it quickly after the DuckDB 1.3.0 release, so early May. But dates may obviously slip.