Re: guc GetConfigOptionByNum and tablefunc API - minor changes - Mailing list pgsql-patches

From Tom Lane
Subject Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Date
Msg-id 16676.1027228538@sss.pgh.pa.us
Whole thread Raw
In response to guc GetConfigOptionByNum and tablefunc API - minor changes  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> The tablefunc API change adds the following function:

> * Oid foidGetTypeId(Oid foid) - Get a function's typeid given the
> * function Oid.

Doesn't this duplicate get_func_rettype()?  (Which is more clearly
named anyway; a function's type is a second-order concept IMHO...)

            regards, tom lane

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: Table Function API doc patch
Next
From: Joe Conway
Date:
Subject: Re: guc GetConfigOptionByNum and tablefunc API - minor changes