tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.12k stars 32 forks source link

fix `plrust/build` to dynamically determine pgrx version #377

Closed eeeebbbbrrrr closed 1 year ago

eeeebbbbrrrr commented 1 year ago

https://github.com/tcdi/plrust/blob/9f0f459899b8982623ae2b7b7ddbfcf394f87cb8/plrust/build#L56

That line needs to not hardcode the pgrx version. The ideal solution is that it can figure it out from the sibling Cargo.toml file.

BradyBonnette commented 1 year ago

Closing as a result of https://github.com/tcdi/plrust/pull/381 getting merged into develop