pgsql: Use NIL rather than NULL to represent an empty list.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use NIL rather than NULL to represent an empty list.
Date: 2017-06-06 15:22:01
Message-ID: E1dIGIz-0002oj-H5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use NIL rather than NULL to represent an empty list.

Just to be tidy.

Amit Langote

Discussion: http://postgr.es/m/9297f80f-e4ab-7dda-33d4-8580bab6d634@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3106829513ab7c8e46e94db103f1ef8d8dfd379b

Modified Files
--------------
src/backend/utils/cache/evtcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-06-06 16:28:33 pgsql: Fix some cases of "the the" split across two lines.
Previous Message Robert Haas 2017-06-06 15:18:22 pgsql: Clean up partcollation handling for OID 0.