Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com> writes:
> for the handler function i ve followed the following
> template
> PG_FUNCTION_INFO_V1(myhandler);
^^^^^^^^^
> Datum
> plsample_call_handler(PG_FUNCTION_ARGS)
^^^^^^^^^^^^^^^^^^^^^
Try spelling the function name consistently.
regards, tom lane