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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Date
Msg-id 20050607140448.8BF74528D9@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Add a function lastval(), which returns the value returned by the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary