Page MenuHomeDevCentral

Update build instructions for PostgreSQL on Windows
ClosedPublic

Authored by dereckson on Sep 13 2021, 19:52.
Tags
None
Referenced Files
F9590104: D2425.id6102.diff
Mon, Jun 9, 07:42
Unknown Object (File)
Thu, Jun 5, 06:19
Unknown Object (File)
Thu, Jun 5, 06:04
Unknown Object (File)
Wed, Jun 4, 18:36
Unknown Object (File)
Sun, Jun 1, 07:49
Unknown Object (File)
Mon, May 26, 15:29
Unknown Object (File)
Fri, May 23, 07:11
Unknown Object (File)
Thu, May 22, 10:07
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 Passed
Unit
No Test Coverage
Branch
update-doc-pq
Build Status
Buildable 3765
Build 4015: arc lint + arc unit

Event Timeline

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