Page MenuHomeDevCentral

Update build instructions for PostgreSQL on Windows
ClosedPublic

Authored by dereckson on Sep 13 2021, 19:52.
Tags
None
Referenced Files
F11427086: D2425.diff
Tue, Aug 26, 19:15
Unknown Object (File)
Mon, Aug 25, 08:10
Unknown Object (File)
Tue, Aug 19, 14:47
Unknown Object (File)
Mon, Aug 18, 07:54
Unknown Object (File)
Sat, Aug 16, 08:46
Unknown Object (File)
Mon, Aug 11, 15:36
Unknown Object (File)
Mon, Aug 11, 07:39
Unknown Object (File)
Mon, Aug 11, 07:39
Subscribers
None

Details

Summary

The pq-sys offers rust bindings for libpq. It provides a build script
to detect the path of the PostgreSQL library.

To directly provide the relevant directory, LIB isn't used anymore,
but a specific variable is, PQ_LIB_DIR.

If this variable changes, the build script is run again. As such,
cargo clean isn't needed, which avoid to recompile dozen of crates.

Test Plan

Compiled with nightly-x86_64-pc-windows-gnu toolchain.

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 13 2021, 19:53