Re: Suggestions please: names for function cachabilityattributes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Suggestions please: names for function cachabilityattributes
Date: 2002-04-03 17:16:41
Message-ID: Pine.LNX.4.30.0204031213230.684-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

mlw writes:

> A function, such as sin(x) could be considered constant for the result based on
> value 'x'

It could also be considered deterministic, strict, cacheable,
mathematically sensible, real, pleasant, or good. ;-)

Out of those, I believe "const" is the worst term, because saying "sin(x)
is a constant function" sounds pretty wrong.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-03 17:24:37 Re: Suggestions please: names for function cachability
Previous Message Martin Renters 2002-04-03 17:16:21 Re: Suggestions please: names for function cachability

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-04-03 17:24:37 Re: Suggestions please: names for function cachability
Previous Message Martin Renters 2002-04-03 17:16:21 Re: Suggestions please: names for function cachability