pgsql: Use NIL instead of NULL for an empty List. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use NIL instead of NULL for an empty List.
Date
Msg-id E1c2Jwm-0001VY-7N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use NIL instead of NULL for an empty List.

Tatsuro Yamada, reviewed by Ashutosh Bapat

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c6ff380e380686fd6b3bd056ccd09ea469f1267c

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: libpq: Allow connection strings and URIs to specify multiple hos
Next
From: Robert Haas
Date:
Subject: pgsql: psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}.