[COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list.
Date
Msg-id E1dIGIz-0002oj-H5@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Clean up partcollation handling for OID 0.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix some cases of "the the" split across two lines.