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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix de-escaping checks so that we will reject \000 as well as
Дата
Msg-id 20090419210854.CEE257540E2@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix textsearch documentation examples to not recommend
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rethink the idea of having plpgsql depend on parser/gram.h.