Shachar Langbeheim
Shachar Langbeheim
> How about having a reserved channel for pubsub notification for cluster topology changes generated on each node? This would be similar to keyspace notifications. That sounds reasonable, although I'm...
> A pubsub channel is used for other things like client-side caching and keyspace notifications Ah, that explains it. I assume that it's the same mechanism as pubsub channels on...
Hi, great post. Why would you prefer to prebuild all binaries, instead of just building them during installation?
This sample completes ok locally, but in my Github Actions it hangs indefinitely after printing "closing temp DB" ``` #[tokio::test] async fn pgtemp_test() { use pgtemp::PgTempDB; use sqlx::postgres::PgPoolOptions; let temp_db...
No hurry, but the PR is a separate issue - I see in github that shutdown never completes on the first call. On Thu, 11 Jul 2024, 0:20 Harry Stern,...
nope, it solves a different issue.
I don't think it's a version mismatch - checked this with CI & local versions both 16.3. It could be an OS difference - CI is Ubuntu, local is MacOS.
Yup. On Sun, 18 Aug 2024, 2:17 Harry Stern, ***@***.***> wrote: > I'm also on linux with 16.3. If you run the test in release mode does it > hang...
No, I tried it once, the issue seemed to have persisted, but I didn't have the time to investigate. Since then I've moved to another team, so I probably won't...
> However, postgres itself refuses to run as root so I'm not sure what you're doing will work at all. It works, I assume thanks to the `sudo` call in...