Some of our port-specific dynloader implementations are careful to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:13:27 +0000 (21:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:13:27 +0000 (21:13 +0000)
commit292e4c61908a19de03908de65223625eb8a20628
treecea681c31a66e76ae91d2f08cb46158bdbdec157
parent706754c16be1b52417dfa97840083cc1c0a886da
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.
src/backend/utils/fmgr/dfmgr.c