Jelte Fennema-Nio
Jelte Fennema-Nio
@tyranron thanks for the detailed example. That's super helpful to get a sense of how this works out. I did some more research, and I agree that in the ecosystem...
What would you need to be exported that isn't exported now?
This is vague enough that it's hard to answer. Feel free to create a PR though with what you need, if it's a small change I'm definitely open to it.
Sounds like it needs teh `ref`, `mut_ref`, `owned` feature that many of the other derives have too. Feel free to contribute a PR.
Some thoughts: I think this direction could very well be the correct solution. I'd like to discuss this on the Postgres mailing list first though, since this only became a...
Do we want to do this by default? It'll trigger twice as much code to be generated. As an option I think this makes a lot of sense, but I'm...
> After a few weeks we have almost 1M unused pools, because of temporary users. What is the actual issue that you are facing because of this? High CPU/RAM usage,...
Seems related #335.
I think the easiest is to change those specific tests to a python test and skip them for PG14. i.e. create a new file `test/pycheck/temporary_table_test.py`. To be clear we won't...