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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Date: 2005-06-07 14:05:01
Message-ID: 20050607140501.D6306528DD@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-07 14:12:07 pgsql: Fix word wrap: < changes made by the interface driver for its
Previous Message Tom Lane 2005-06-07 14:04:48 pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary