Fix de-escaping checks so that we will reject \000 as well as other invalidly
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/copy.c | modified | +8 −8 |
| src/backend/parser/scan.l | modified | +20 −18 |