Обсуждение: pgsql: Avoid non-POSIX cp flags

Поиск
Список
Период
Сортировка

pgsql: Avoid non-POSIX cp flags

От
Andres Freund
Дата:
Avoid non-POSIX cp flags

Commit 252dcb32 used cp -a, but apparently Solaris doesn't like that.  Use cp
-RPp instead.

Author: Thomas Munro <thomas.munro@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+hUKGL10AoQVMMqgOJ8CTjoz9MLidD8ik2e8PibzLNMz0+aRg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a4fd77db85abac63e178506335aee74625f6499

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +-
src/test/regress/pg_regress.c            | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)