pgsql: Replace the use of "0" with "NULL" where appropriate in dllist.c, - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Replace the use of "0" with "NULL" where appropriate in dllist.c,
Date
Msg-id 20050118225937.4A8E63A291D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Replace the use of "0" with "NULL" where appropriate in dllist.c, for
good style and to satisfy sparse. From Alvaro Herrera.

Modified Files:
--------------
    pgsql/src/backend/lib:
        dllist.c (r1.30 -> r1.31)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/lib/dllist.c.diff?r1=1.30&r2=1.31)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - web: Add Brazilian Portuguese translation of the FAQ from
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch makes some improvements to the rtree index