Обсуждение: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

Поиск
Список
Период
Сортировка

pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

От
Tom Lane
Дата:
Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5916bb7b53f8a77c95c00c5b287659958891178

Modified Files
--------------
src/tools/msvc/vcregress.pl |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


Re: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

От
Michael Paquier
Дата:
On Tue, May 19, 2015 at 2:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
>
> Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
> Per buildfarm.

Perhaps \+? could be spread to REGRESS as well in fetchTests?
--
Michael


Re: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

От
Tom Lane
Дата:
Michael Paquier <michael.paquier@gmail.com> writes:
> On Tue, May 19, 2015 at 2:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
>>
>> Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
>> Per buildfarm.

> Perhaps \+? could be spread to REGRESS as well in fetchTests?

I was just fixing my own mess ;-).  If you think there are other
places that need this, send in a patch --- I'm probably not the
best person to review such changes.

            regards, tom lane