pgsql: It appears that Darwin (OS X) does not cope well with C functions

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: It appears that Darwin (OS X) does not cope well with C functions
Дата
Msg-id 20050718213724.0D9435281E@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
It appears that Darwin (OS X) does not cope well with C functions that
have the same name as the containing shared library --- as best I can
tell, the compiler internally creates a function of that name, and does
not warn you about the conflict.  Fix buildfarm failure in back branches
by renaming tsearch() trigger function at the C level.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/contrib/tsearch:
        tsearch.sql.in (r1.9 -> r1.9.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch/tsearch.sql.in.diff?r1=1.9&r2=1.9.4.1)
        txtidx.c (r1.10 -> r1.10.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch/txtidx.c.diff?r1=1.10&r2=1.10.4.1)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: \pset numericsep -> numericlocale.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix some bogosities in geometric-function documentation: add an