Re: undefined symbol in create new function - Mailing list pgsql-general

From Tom Lane
Subject Re: undefined symbol in create new function
Date
Msg-id 19036.985805210@sss.pgh.pa.us
Whole thread Raw
In response to undefined symbol in create new function  (Joel Dudley <Joel.Dudley@DevelopOnline.com>)
List pgsql-general
Joel Dudley <Joel.Dudley@DevelopOnline.com> writes:
> Is PG_GETARG_CHAR valid? I thought it was. maybe I should re-do it all with
> PG_GETARG_TEXT. Thanks for reading my post.

Nope, neither one.  See src/include/fmgr.h for the predefined GETARG
macros.  You would also do well to read src/backend/utils/fmgr/README.

            regards, tom lane

pgsql-general by date:

Previous
From: Jason Earl
Date:
Subject: Re: how to load a sql-file????
Next
From: Tom Lane
Date:
Subject: Re: undefined symbol in create new function