pgsql: Fix pg_upgrade test on Cygwin - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix pg_upgrade test on Cygwin
Date
Msg-id E1layMI-0004I7-Dp@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add more tests with triggers on partitions for logical replicati
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati