Fix PostgreSQL installation on Homebrew

PostgreSQL on Homebrew is "keg-only", which means the binaries are not in PATH after installing. Homebrew suggests doing this manually if needed. Doing it fixes the installation of the pg gem and ensures postgres_bin_dir is correctly defined in the Makefile.

Merge request reports

Loading