| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | contribcheck and modulescheck of MSVC's vcregress.pl cannot work independently |
| Date: | 2015-06-01 05:49:46 |
| Message-ID: | CAB7nPqSa6dnSP0hPgC53tx+2xm_XnJKjzN08uy6R0zkQs8-aWg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi all,
I have just noticed that the commands contribcheck and modulescheck
will fail as follows if the temporary installation is not done in
$ROOT_DIR/tmp_install first:
C:\Users\ioltas\git\postgres\src\tools\msvc>vcregress contribcheck
============================================================
Checking btree_gin
The system cannot find the path specified.
All the other commands call InstallTemp() so as to have them work
independently. For consistency I think that we should do the same for
them. Attached is a patch to fix that.
Regards,
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| 20150601_vcregress_fix.patch | text/x-patch | 459 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sandeep Thakkar | 2015-06-01 08:12:53 | Re: BUG #13379: error installing |
| Previous Message | Ashik S L | 2015-06-01 05:38:33 | Re: Postgres is using 100% CPU |