Some of our port-specific dynloader implementations are careful to

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

Commit: 292e4c61908a19de03908de65223625eb8a20628
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-12T21:13:27Z
Releases: 8.3.0
Some of our port-specific dynloader implementations are careful to
define pg_dlsym() as returning a PGFunction pointer, not just any
pointer-to-function.  But many are not.  Suppress compiler warnings
on platforms that aren't careful by inserting explicit casts at the
two call sites that didn't have a cast already.  Per Stefan.

Files

PathChange+/−
src/backend/utils/fmgr/dfmgr.c modified +3 −3