| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix tablespace path TAP test of pg_verify_checksums for msys |
| Date: | 2018-11-30 22:59:14 |
| Message-ID: | E1gSrkg-00052E-Q6@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix tablespace path TAP test of pg_verify_checksums for msys
TAP tests on msys need to run with the DTK perl, which understands msys
virtualized paths. Postgres, however, does not understand such paths,
so before a path can be used safely with CREATE TABLESPACE, it needs to
be translated into a path on the underlying file system.
Per report from buildfarm member jacana. Suggested fix is from Andrew
Dunstan.
Discussion: https://postgr.es/m/20181130053555.GF2267@paquier.xyz
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/7d4524aed3a4720086b2914ec22f1bbbc857ac44
Modified Files
--------------
src/bin/pg_verify_checksums/t/002_actions.pl | 1 +
1 file changed, 1 insertion(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2018-11-30 23:00:16 | Re: pgsql: Switch pg_verify_checksums back to a blacklist |
| Previous Message | Andrew Dunstan | 2018-11-30 19:18:18 | Re: pgsql: Switch pg_verify_checksums back to a blacklist |