| От | Rocco Altier |
|---|---|
| Тема | AIX buildfarm failure |
| Дата | |
| Msg-id | 6E0907A94904D94B99D7F387E08C4F57013CFE18@FALCON.INSIGHT обсуждение исходный текст |
| Ответы |
Re: AIX buildfarm failure
|
| Список | pgsql-hackers |
I am seeing buildfarm failures on AIX because stdio.h is being included before pg_config.h (which has the definition of _LARGE_FILES). The problem is stemming from math.h including stdlib.h, which (after several more inclusions) ends up including stdio.h. This is where the fgetpos64 different definitions is coming from. If I move <math.h> down after "postgres.h" in nodeHash.c, the problem goes away. Do we want to consider putting math.h into the standard include set? Or is there a general rule that postgres.h needs to be the first include file (before system headers, etc)? Thanks,-rocco
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера