Suggestion for how to simplify managing the different versions of PostgreSQL.
- Keep just one client, the latest.
- Each server version installs with its own version suffix in libexec/postgresqlNN (for binaries) and lib/postgresqlNN (for libraries)
- Use FLAVORS for server dependant ports (mostly server extensions)