Re: pg_regress cleans up tablespace twice. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_regress cleans up tablespace twice.
Date
Msg-id 9977.1582146393@sss.pgh.pa.us
Whole thread Raw
In response to pg_regress cleans up tablespace twice.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: pg_regress cleans up tablespace twice.
List pgsql-hackers
Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes:
> But in the first place it comes from [1] and the comment says:

>> * XXX it would be better if pg_regress.c had nothing at all to do with
>> * testtablespace, and this were handled by a .BAT file or similar on
>> * Windows.  See pgsql-hackers discussion of 2008-01-18.

> Is there any reason not to do that in vcregress.pl?  I think the
> commands other than 'check' don't needs this.

I think the existing coding dates from before we had a Perl driver for
this, or else we had it but there were other less-functional ways to
replace "make check" on Windows.  +1 for taking the code out of
pg_regress.c --- but I'm not in a position to say whether the other
part of your patch is sufficient.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare()
Next
From: Thomas Munro
Date:
Subject: Re: Yet another fast GiST build