Обсуждение: pgsql: Skip some permissions checks on Cygwin

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

pgsql: Skip some permissions checks on Cygwin

От
Andrew Dunstan
Дата:
Skip some permissions checks on Cygwin

These are checks that are already skipped on other Windows systems.

Backpatch to all live branches, as appropriate.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0e51485392c0c457de0709181a3d2bfdba6f3fb6

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl               | 2 +-
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
src/bin/pg_ctl/t/001_start_stop.pl           | 3 ++-
src/bin/pg_rewind/t/002_databases.pl         | 2 +-
src/bin/pg_verifybackup/t/003_corruption.pl  | 3 ++-
5 files changed, 7 insertions(+), 5 deletions(-)