global symbol conflict in test/pgtypeslib/dt_test2.pgc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема global symbol conflict in test/pgtypeslib/dt_test2.pgc
Дата
Msg-id 29024.1161639852@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: global symbol conflict in  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
On an HPUX machine I notice this build warning:

ld: Type mismatch for symbol "times"; resolving FUNC symbol (in file /usr/lib/pa20_64/libc.sl) to OBJECT symbol (in
filedt_test2.o) 

It'd probably be a good idea if dt_test2.pgc did not declare a global
symbol conflicting with a standard library function name:
http://www.opengroup.org/onlinepubs/007908799/xsh/times.html

Perhaps you could just make those arrays "static"?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2712: could not fsync segment: Permission
Следующее
От: "Thomas H."
Дата:
Сообщение: Re: BUG #2712: could not fsync segment: Permission