Don Y <[EMAIL PROTECTED]> writes:
> I'm writing a set of casts to/from various user defined
> types.  As is unexpected, there are cases where one
> data type doesn't neatly map to another (for certain
> values).  In these cases I emit an INVALID_PARAMETER_VALUE
> or OUT_OF_RANGE error -- depending on the situation.

> But, should I also PG_RETURN_NULL()?

elog(ERROR) doesn't return to your function --- think of it as being
like exit().  So it's pointless to code anything after it.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to