#!/usr/bin/env bash
# Debian/Ubuntu.
if
then
fi
# Homebrew.
if
then
# The most recent version of PostgreSQL – typically installed by the
# `postgresql` formula – links `pg_ctl` et al. into `/usr/local/bin`, and
# has a Cellar path of `/usr/local/Cellar/postgresql` (note: no @version).
# We specifically do not match it here otherwise it'll be discovered twice
# and tests will take longer.
fi