You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-pgrx does something broadly similar to this, but more general: it downloads the PostgreSQL source and compiles it. Not sure I want to go down that path – but, on the other hand, it may be possible to reuse that functionality.
For example, on macOS with Homebrew we can find out what PostgreSQL runtimes we could have with:
brew formulae | egrep ^postgresql@
.brew info --json ...
.We can select an appropriate runtime the same as now, but then install it if necessary.
Similar story for Debian/Ubuntu and other platforms.
The text was updated successfully, but these errors were encountered: