Re: pgsql: Check that we have a working tar before trying to use it

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Check that we have a working tar before trying to use it
Дата
Msg-id 3655283.1638977975@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Check that we have a working tar before trying to use it  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Check that we have a working tar before trying to use it  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Check that we have a working tar before trying to use it

I don't like the way you did this:

+         || system_log($tar, '--version') != 0);

ISTM that effectively restricts the test to only running
on machines with GNU tar, which basically removes all the
interest of it.  We know what GNU tar does ... it's the
weird legacy tar versions that might teach us something.
See 57b5a9646 for a recent example of the sort of bug
this test can no longer find.

            regards, tom lane



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Check that we have a working tar before trying to use it
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Check that we have a working tar before trying to use it