]> granicus.if.org Git - postgresql/commit
Fix de-escaping checks so that we will reject \000 as well as other invalidly
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Apr 2009 21:08:54 +0000 (21:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Apr 2009 21:08:54 +0000 (21:08 +0000)
commit22c922269f5f8a80267389e1c879c0b65fbba902
treef82f522d11c899bbdad662da74c1d01fcaa5b04d
parentc1c40e580a5498ae7804270fe20dd8023fc7a9d6
Fix de-escaping checks so that we will reject \000 as well as other invalidly
encoded sequences.  Per discussion of a couple of days ago.
src/backend/commands/copy.c
src/backend/parser/scan.l