Philip Dubé
Philip Dubé
Fixes #930 Closes #888 I'm wondering if it'd make sense to have a --bind-gen-opts flag which allows the user to manually specify args to pass through
I accidentally closed #936 while rebasing/updating
#3690 didn't support this because it was segfaulting DESCRIPTION: Allow subqueries in `LIMIT`/`OFFSET` Interesting to note that at this line: https://github.com/citusdata/citus/blob/c8d0e45dd4f9f55a88aa7e39800cb92f0a58c1bc/src/backend/distributed/planner/distributed_planner.c#L1383 I was able to add `finalPlan->paramExecTypes = localPlan->paramExecTypes` to...
https://github.com/citusdata/citus/pull/3400 https://github.com/citusdata/citus/pull/3382 I was unable to find a way to test either of these without invoking `pg_ctl stop`
If it's desirable to keep last_reseed_time at 8 bytes then instead of initializing last_reseed_time as None it could be set to Instant::now() - Duration::from_millis(200)
https://people.gnome.org/~federico/news-2017-02.html
Was raising npm audit alerts: https://github.com/advisories/GHSA-cf4h-3jhx-xvhq
## What changed? go 1.19 introduced atomic types https://tip.golang.org/doc/go1.19#atomic_types ## Why? Reduces third party dependencies by consolidating on stdlib ## How did you test it? Could build with `make bins`...