pgsql/src/include (c.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include (c.h)
Date: 2000-08-21 17:22:34
Message-ID: 200008211722.e7LHMYo36013@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, August 21, 2000 @ 13:22:33
Author: tgl

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

Modified Files:
c.h

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

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-21 17:22:35 pgsql/src/backend/optimizer/util (clauses.c)
Previous Message Tom Lane 2000-08-21 17:22:32 pgsql/src/backend/commands (analyze.c command.c)