pgsql: Fix de-escaping checks so that we will reject \000 as well as - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix de-escaping checks so that we will reject \000 as well as
Date
Msg-id 20090419210854.CEE257540E2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        copy.c (r1.307 -> r1.308)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.307&r2=1.308)
    pgsql/src/backend/parser:
        scan.l (r1.150 -> r1.151)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.150&r2=1.151)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix textsearch documentation examples to not recommend
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rethink the idea of having plpgsql depend on parser/gram.h.