]> granicus.if.org Git - postgresql/commit
Use just NULL not NULL::TEXT --- the latter coding is unnecessary and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jun 2005 14:05:01 +0000 (14:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jun 2005 14:05:01 +0000 (14:05 +0000)
commit6bbd271a1efc3a0cf2e12161f576786bc95544b8
tree6f2b7f92cb37a3d6d7288b58393af95f58131b51
parent2f5b2558d31ec2ca7353ae32160a6885df3690bc
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