]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Convert all remaining float4 and float8 functions to new fmgr style.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Aug 2000 18:29:35 +0000 (18:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Aug 2000 18:29:35 +0000 (18:29 +0000)
commit463f1f5cdaecf229dcd1d3d16e969bf3a7aa9a73
treee212492457fbf4f54cb12c160cc3f8a602256871
parent92bd532c1e8b65f4f4d09ffb453782b29d6d1e42
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.
src/backend/commands/variable.c
src/backend/utils/adt/cash.c
src/backend/utils/adt/float.c
src/backend/utils/adt/int.c
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/oid.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/cash.h