Thanks!!
Rhys
Peace & Love|Live Long & ProsperOn Sat, Jul 13, 2019 at 3:15 AM Luca Ferrari <fluca1978@xxxxxxxxx> wrote:
On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick <ian.barwick@xxxxxxxxxxxxxxx> 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 installcheck to 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