On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick <ian.barwick@2ndquadrant.com> wrote:
> > So the questions are:
> > Can I have make install & make installcheck run against multiple versions at the same time or how do I tell the
installcheckto run against the 11 server.
>
> Try setting relevant environment variables [*] for the target version before running "make installcheck".
>
> [*] https://www.postgresql.org/docs/current//libpq-envars.html
>
Aside that, a possible easy way to test something against different
PostgreSQL instance is to use something like pgenv
<https://github.com/theory/pgenv>, that is for instance used to test
sqitch.
Luca