pgsql: Fix pg_upgrade test on Cygwin

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix pg_upgrade test on Cygwin
Дата
Msg-id E1layMI-0004I7-Dp@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add more tests with triggers on partitions for logical replicati
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: document EXTRACT(JULIAN ...), improve Julian Date explanati