pgsql: Fix pg_upgrade test on Cygwin

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pg_upgrade test on Cygwin
Date: 2021-04-26 10:20:54
Message-ID: E1layMI-0004I7-Dp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_upgrade test on Cygwin

The verification of permissions doesn't succeed on Cygwin, because the
required feature is not implemented for Cygwin at the moment. So skip
this part of the test, like MinGW already does.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38c9a5938ac5e1409b42677fee970a12632852ee

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-26 15:50:59 pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati
Previous Message Michael Paquier 2021-04-26 06:25:29 pgsql: Add more tests with triggers on partitions for logical replicati