pgsql: More removal of unneeded parentheses. - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: More removal of unneeded parentheses.
Date
Msg-id 20050722190056.558025282C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
More removal of unneeded parentheses.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.140 -> r1.141)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.140&r2=1.141)
    pgsql/src/interfaces/ecpg/pgtypeslib:
        dt_common.c (r1.28 -> r1.29)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c.diff?r1=1.28&r2=1.29)
        timestamp.c (r1.30 -> r1.31)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c.diff?r1=1.30&r2=1.31)

pgsql-committers by date:

Previous
From: llonergan@pgfoundry.org (User Llonergan)
Date:
Subject: bizgres - bizgres: New files for bitmap scan and partitioning
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix compare_fuzzy_path_costs() to behave a bit more sanely.