Re: Testing an extension against multiple versions of Postgresql

From: Ian Barwick <ian(dot)barwick(at)2ndquadrant(dot)com>
To: "Rhys A(dot)D(dot) Stewart" <rhys(dot)stewart(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Testing an extension against multiple versions of Postgresql
Date: 2019-07-13 06:03:17
Message-ID: fd48bb84-1af0-4b65-c52d-c165d9f75755@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/13/19 10:55 AM, Rhys A.D. Stewart wrote:
> Greetings All,
>
> I have both postgresql versions 10 and 11 installed on my box. I'm working on an extension and just realized that 'make install' installs the extension to the 11 server, but 'make installcheck' runs against the 10 server (I had previously installed the extension there).
>
> Running psql without specifying a host or port connects me to the 10 server, so I suspect that both make installcheck and psql are doing similar things with respect to connecting to a default server.
>
> 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

Regards

Ian Barwick

--
Ian Barwick https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2019-07-13 08:12:31 Re: Issue: Creating Symlink for data directory of postgresql in CentOS7
Previous Message dinesh kumar 2019-07-13 04:53:54 Re: How to run a task continuously in the background