pgsql: Skip some permissions checks on Cygwin

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Skip some permissions checks on Cygwin
Date: 2024-06-13 12:12:29
Message-ID: E1sHjJc-001KCO-Hw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32c5dc0ebe83e927c953c42ad79148a03933c6ba

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-06-13 16:04:15 pgsql: Clamp result of MultiXactMemberFreezeThreshold
Previous Message Andrew Dunstan 2024-06-13 11:32:52 pgsql: Add postgres_inc to meson check for Python.h