Skip to content

Windows compile #538

@lblanquet

Description

@lblanquet

My environment is :
. Windows 11 professional
. cmake version 4.1.2
. The currently active rustc version is `rustc 1.90.0
. cargo 1.90.0 (840b83a10 2025-07-30)

From current GIT, and release 0.19, I was able to achieve the build (cargo build --release), I had to modify these two files :

diff -r pgdog/pgdog/src/net/tweaks.rs master/pgdog/src/net/tweaks.rs
24,26c24,26
<     if let Some(retries) = config.retries() {
<         params = params.with_retries(retries);
<     }
---
>     //if let Some(retries) = config.retries() {
>     //    params = params.with_retries(retries);
>     //}
diff -r pgdog/pgdog/src/sighup.rs master/pgdog/src/sighup.rs
18c18
<         Self {}
---
>         Ok(Self {})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplumbingInfra stuff that's important to have but it's not that exciting to work on.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions