pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Дата
Msg-id 20050607140448.8BF74528D9@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
not schema-safe.  Per report from Jochem van Dieten.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.408 -> r1.409)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.408&r2=1.409)

В списке pgsql-committers по дате отправления:

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Add a function lastval(), which returns the value returned by the
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary