Re: pgsql: Switch pg_verify_checksums back to a blacklist

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Switch pg_verify_checksums back to a blacklist
Дата
Msg-id 20181130230016.GA1846@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Switch pg_verify_checksums back to a blacklist  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: pgsql: Switch pg_verify_checksums back to a blacklist  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [PATCH] get rid of StdRdOptions, use individual binary reloptionsrepresentation for each relation kind instead
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: Reviving the "Stopping logical replication protocol" patch fromVladimir Gordichuk