Re: Testing an extension against multiple versions of Postgresql

2019-07-13 Thread Rhys A.D. Stewart
Thanks!! Rhys Peace & Love|Live Long & Prosper On Sat, Jul 13, 2019 at 3:15 AM Luca Ferrari wrote: > On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick > wrote: > > > So the questions are: > > > Can I have make install & make installcheck run against multiple > versions at the same time or how do I

Re: Testing an extension against multiple versions of Postgresql

2019-07-13 Thread Luca Ferrari
On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick 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 [*] f

Re: Testing an extension against multiple versions of Postgresql

2019-07-12 Thread Ian Barwick
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 prev