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 20050607140501.D6306528DD@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.

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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix word wrap: < changes made by the interface driver for its