pgsql: Get rid of overly cute, unportable, probably not very efficient

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of overly cute, unportable, probably not very efficient
Date: 2007-07-15 23:57:13
Message-ID: 20070715235713.551EF9FB2C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Get rid of overly cute, unportable, probably not very efficient substitute
for 'bool'. Per buildfarm warnings.

Modified Files:
--------------
pgsql/contrib/pgcrypto:
mbuf.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/mbuf.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-16 02:03:15 pgsql: On AIX, include <sys/atomic_op.h> so that the functions we use
Previous Message Tom Lane 2007-07-15 23:47:13 pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely