Re: old-style handler problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: old-style handler problem
Date: 2004-12-11 17:11:49
Message-ID: 16910.1102785109@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2004-12-11 17:29:36 BufferSync and bgwriter
Previous Message Alvaro Herrera 2004-12-11 16:31:07 Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?