Re: Regression tests fail with musl libc because libpq.so can't be loaded
В списке pgsql-bugs по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | Re: Regression tests fail with musl libc because libpq.so can't be loaded |
| Дата | |
| Msg-id | ac80cff7-cc8f-4eee-ba4f-12d0fc902e0c@eisentraut.org обсуждение |
| Ответ на | Re: Regression tests fail with musl libc because libpq.so can't be loaded (Christophe Pettus <xof@thebuild.com>) |
| Ответы |
Re: Regression tests fail with musl libc because libpq.so can't be loaded
|
| Список | pgsql-bugs |
On 17.03.24 11:33, Christophe Pettus wrote: >> On Mar 17, 2024, at 02:44, Wolfgang Walther <walther@technowledgy.de> wrote: >> >> Nailed it. PS_USE_NONE fixes it. > > Given the musl (still?) does not define a preprocessor macro specific to it, is there a way of improving the test in pg_status.cto catch this case? It seems wrong that the current test passes a case that doesn't actually work. > We could turn it around and do #if defined(__linux__) #if defined(__GLIBC__) || defined(__UCLIBC__ ) #define PS_USE_CLOBBER_ARGV #else #define PS_USE_NONE #endif #endif
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера