| От | Tom Lane |
|---|---|
| Тема | Re: fairywren hung in pg_basebackup tests |
| Дата | |
| Msg-id | 2890057.1658933924@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: fairywren hung in pg_basebackup tests (Andrew Dunstan <andrew@dunslane.net>) |
| Ответы |
Re: fairywren hung in pg_basebackup tests
|
| Список | pgsql-hackers |
Andrew Dunstan <andrew@dunslane.net> writes:
> The alternative I thought of would be to switch msys to using our
> dirent.c. Probably not too hard, but certainly more work than reverting.
If you ask me, the shortest-path general-purpose fix is to insert
#if MSYS
if (pgwin32_is_junction(path))
return PGFILETYPE_DIR;
#endif
at the start of get_dirent_type. (I'm not sure how to spell the
#if test.) We could look at using dirent.c later, but I think
right now it's important to un-break the buildfarm ASAP.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера