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

Started by Tom Laneabout 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)