pgsql: Code cleanup: use "bool" for Boolean variables, rather than

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code cleanup: use "bool" for Boolean variables, rather than
Date: 2007-05-27 20:32:16
Message-ID: 20070527203216.711F39FB352@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code cleanup: use "bool" for Boolean variables, rather than "int".

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.178 -> r1.179)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.178&r2=1.179)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2007-05-28 09:23:36 Re: pgsql: The source code changed, so the expected file changed too.
Previous Message Tom Lane 2007-05-27 17:28:36 pgsql: Ooops, I was too busy worrying about getting the transactional