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.