Hi, [uname -a] SunOS master 5.7 Generic_106541-06 sun4u sparc SUNW,Ultra-Enterprise In, postgresql-7.0RC2/src/backend/stringinfo.c I need to declare #include <stdio.h> #include <stdarg.h> the same for this file: postgresql-7.0RC2/src/backend/nodes/list.c need to declare #include <stdio.h> #include <stdarg.h> Best regards Armand Delcros
Armand Delcros <adelcros@arsystemes.fr> writes:
> In, postgresql-7.0RC2/src/backend/stringinfo.c
> I need to declare
> #include <stdio.h>
> #include <stdarg.h>
> the same for this file:
> postgresql-7.0RC2/src/backend/nodes/list.c
> need to declare
> #include <stdio.h>
> #include <stdarg.h>
Say what? Both of those files include postgres.h, which includes c.h,
which should take care of that for you, just like it does for every
other C file in the system. I don't know what your problem is but
I believe you've misidentified it ...
regards, tom lane
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера