Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jun 2005 14:04:48 +0000 (14:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jun 2005 14:04:48 +0000 (14:04 +0000)
commitc14f2ba7a4860599c0f06f4553ea78672c3c9c26
tree3f05bb85bd53c5d48d109fcf5b7f0a648fcacf00
parent657c098e41b0bb29d30d13d9aa1ac858a07f3493
Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
not schema-safe.  Per report from Jochem van Dieten.
src/bin/pg_dump/pg_dump.c