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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
not schema-safe.  Per report from Jochem van Dieten.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.400.4.4 -> r1.400.4.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.400.4.4&r2=1.400.4.5)