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:04:48
Message-ID: 20050607140448.8BF74528D9@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-07 14:05:01 pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Previous Message Neil Conway 2005-06-07 07:08:35 pgsql: Add a function lastval(), which returns the value returned by the