Re: Installation of regress.so? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Installation of regress.so?
Date
Msg-id 62b54ea7-6dd6-39aa-bc59-3f62fbfea541@dunslane.net
Whole thread Raw
In response to Re: Installation of regress.so?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 5/21/21 9:46 AM, Andrew Dunstan wrote:
> On 5/21/21 9:25 AM, Tom Lane wrote:
>> Andrew Dunstan <andrew@dunslane.net> writes:
>>> That seems a bit tortured. Why should you have to make the decision at
>>> configure time? ISTM all you need is an extra make target that will
>>> install it for you, or a make variable that controls it in the existing
>>> install target.
>> Works fine for Unix, but what about Windows?
>>
>>             
>
>
> Good point. One item on my TODO is to make the cross version test module
> work in Windows ... currently it's Unix only.
>
>

On further investigation there doesn't actually seem to be anything to
do here: the MSVC install script installs everything, including
regress.dll, and so does the EDB installer. Maybe we need to look at
modifying that, but there don't seem to have been any complaints over an
extended period.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Move pg_attribute.attcompression to earlier in struct for reduced size?
Next
From: Andres Freund
Date:
Subject: Re: Installation of regress.so?