mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
This will change the current hardwired PostgreSQL binary lookup mechanism to utilizing the `pg_config --bindir` utility that should work better for most distributions. The old method caused issues at least on Archlinux. Changelog-None