pgsql: Use NIL instead of NULL for an empty List.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Use NIL instead of NULL for an empty List.
Дата
Msg-id E1c2Jwm-0001VY-7N@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: libpq: Allow connection strings and URIs to specify multiple hos
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}.