Re: PATCH: Exclude additional directories in pg_basebackup

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: PATCH: Exclude additional directories in pg_basebackup
Дата
Msg-id CAB7nPqTzocmZZ-=JG8xpKHY3P+0Z7KaQKTHoa8NRb-iOps9zAQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: Exclude additional directories in pg_basebackup  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On Tue, Sep 13, 2016 at 3:50 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
> Add some tests.  At least test that one entry from the directory list
> and one entry from the files list is not contained in the backup
> result.  Testing the symlink handling would also be good.  (The
> pg_basebackup tests claim that Windows doesn't support symlinks and
> therefore skip all the symlink tests.  That seems a bit at odds with
> your code handling symlinks on Windows.)

The code proposed needs to support junction points on Windows so from
this side of things everything is fine. What is lacking here is
support for symlink() in perl for Windows, and that's why the tests
are skipped.
-- 
Michael



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

Предыдущее
От: Vitaly Burovoy
Дата:
Сообщение: Re: identity columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling)