pgsql/src/include/utils (builtins.h cash.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/utils (builtins.h cash.h)
Date: 2000-08-01 18:29:32
Message-ID: 200008011829.e71ITWm58396@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, August 1, 2000 @ 14:29:31
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/utils
from hub.org:/home/projects/pgsql/tmp/cvs-serv58291/include/utils

Modified Files:
builtins.h cash.h

----------------------------- Log Message -----------------------------

Convert all remaining float4 and float8 functions to new fmgr style.
At this point I think it'd be possible to make float4 be pass-by-value
without too much work --- and float8 too on machines where Datum is
8 bytes. Something to try when the mood strikes, anyway.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-01 18:29:36 pgsql/src/backend/utils/adt (cash.c float.c int.c numeric.c numutils.c oid.c)
Previous Message Tom Lane 2000-08-01 18:29:31 pgsql/src/include/catalog (pg_proc.h)