Re: guc GetConfigOptionByNum and tablefunc API - minor changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Date: 2002-07-21 05:15:38
Message-ID: 16676.1027228538@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

Joe Conway <mail(at)joeconway(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2002-07-21 05:51:46 Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Previous Message Bruce Momjian - CVS 2002-07-21 04:39:52 pgsql/doc/TODO.detail schema

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-07-21 05:51:46 Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Previous Message Joe Conway 2002-07-21 03:47:31 Re: Table Function API doc patch