Finishing Windows support? #1927
Labels
build-sys
Regarding the "build system" of pgrx which is split between cargo-pgrx, pg-sys, and sql-entity-graph
cargo-pgrx
sys:windows
Thanks to the efforts of @usamoi, @passcod, and many bug reports and patches from others besides, we are within (slightly speculatively?) about 10 PRs of fixing Windows. Some of these may be very small patches.
Currently, cargo-pgrx builds on Windows, but does not quite finish
cargo pgrx init
:We probably mostly need to fix most of the shellouts and some of the path searches in the build system elements of pgrx so that they are more platform-neutral. This should mostly not require specialist knowledge (relative to "knowing a smidge of Rust", anyways).
The text was updated successfully, but these errors were encountered: