]> granicus.if.org Git - postgresql/commit
It appears that Darwin (OS X) does not cope well with C functions that
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2005 21:37:23 +0000 (21:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2005 21:37:23 +0000 (21:37 +0000)
commitea72596db57dd0c404f29de2ae2d661f8d5860a1
treec078c3cf7107176dffc88e42af97e57c0001040d
parent2486a88b0683263802704eb4da5b21ffcc728120
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.
contrib/tsearch/tsearch.sql.in
contrib/tsearch/txtidx.c