pgsql: Remove obsolete internal functions istrue, isfalse, isnottrue,

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete internal functions istrue, isfalse, isnottrue,
Date: 2008-10-05 17:33:17
Message-ID: 20081005173317.262927545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,
nullvalue, nonvalue. A long time ago, these were used to implement the SQL
constructs IS TRUE, etc.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
bool.c (r1.43 -> r1.44)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/bool.c?r1=1.43&r2=1.44)
misc.c (r1.63 -> r1.64)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/misc.c?r1=1.63&r2=1.64)
pgsql/src/include/catalog:
catversion.h (r1.492 -> r1.493)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.492&r2=1.493)
pg_proc.h (r1.516 -> r1.517)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.516&r2=1.517)
pgsql/src/include/utils:
builtins.h (r1.321 -> r1.322)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/builtins.h?r1=1.321&r2=1.322)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-10-05 17:35:00 npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull
Previous Message User Fxjr 2008-10-05 17:17:08 npgsql - Npgsql2: Changed tabs to spaces (4)