Re: old-style handler problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: old-style handler problem
Date
Msg-id 16910.1102785109@sss.pgh.pa.us
Whole thread Raw
In response to old-style handler problem  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
List pgsql-hackers
Sibtay Abbas <sibtay_abbas@yahoo.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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?
Next
From: Tom Lane
Date:
Subject: Re: errmsg("... because ...")