Re: pgsql: Switch pg_verify_checksums back to a blacklist - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pgsql: Switch pg_verify_checksums back to a blacklist
Date
Msg-id 20181130230016.GA1846@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Switch pg_verify_checksums back to a blacklist  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: pgsql: Switch pg_verify_checksums back to a blacklist  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Fri, Nov 30, 2018 at 02:18:18PM -0500, Andrew Dunstan wrote:
> All it actually needs is this additional line after the mkdir:
>
>    $tablespace_dir = TestLib::real_dir($tablespace_dir);
>
> Explanation: 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 you use such a value in, say, CREATE TABLESPACE, you
> need to translate it into a path on the underlying file system.

Thanks Andrew for confirming.  I have committed your suggestion, which
should calm down jacana.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: [PATCH] get rid of StdRdOptions, use individual binary reloptionsrepresentation for each relation kind instead
Next
From: Dmitry Dolgov
Date:
Subject: Re: Reviving the "Stopping logical replication protocol" patch fromVladimir Gordichuk