]> granicus.if.org Git - postgresql/commit
fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 17:22:36 +0000 (17:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 17:22:36 +0000 (17:22 +0000)
commite67ff6b6706540f16640e5025864d6063130b502
treebb6de1596f3741d45e1d1db302aa82e363aa89de
parentb503cbe3194fd21686335bb05eb48d79f3c6384b
fmgr interface mopup work.  Use new DatumGetBool and BoolGetDatum
macros where appropriate (the code used to have several different ways
of doing that, including Int32, Int8, UInt8, ...).  Remove last few
references to float32 and float64 typedefs --- it's all float4/float8
now.  The typedefs themselves should probably stay in c.h for a release
or two, though, to avoid breaking user-written C functions.
doc/src/sgml/xfunc.sgml
src/backend/catalog/pg_operator.c
src/backend/catalog/pg_proc.c
src/backend/catalog/pg_type.c
src/backend/commands/analyze.c
src/backend/commands/command.c
src/backend/optimizer/util/clauses.c
src/include/c.h