pgsql: Code cleanup: use "bool" for Boolean variables, rather than - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Code cleanup: use "bool" for Boolean variables, rather than
Date
Msg-id 20070527203216.711F39FB352@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ooops, I was too busy worrying about getting the transactional
Next
From: Michael Meskes
Date:
Subject: Re: pgsql: The source code changed, so the expected file changed too.