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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ea72596db57dd0c404f29de2ae2d661f8d5860a1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-18T21:37:23Z
Releases: 8.0.4
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.

Files

PathChange+/−
contrib/tsearch/tsearch.sql.in modified +1 −1
contrib/tsearch/txtidx.c modified +3 −3